Testing excluding docker builds if not specific ref is selected

This commit is contained in:
Mark Schmitt 2021-01-08 11:23:17 +01:00
parent 89476e4479
commit 42064df3e0

View File

@ -87,6 +87,7 @@ jobs:
buildx:
runs-on: ubuntu-latest
needs: [tests, documentation, frontend]
if: github.ref == 'refs/heads/github-action-test'
steps:
- uses: actions/checkout@v2