Skip to content

Commit

Permalink
add missing dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 25, 2021
1 parent 001732b commit 8a94e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
build-docker:
runs-on: ubuntu-latest
needs: define-strategy

env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down Expand Up @@ -125,7 +126,7 @@ jobs:
docker push "qgis/qgis:${DOCKER_TAG}"
- name: Trigger PyQGIS API docs build for ${{ matrix.branch }}
if: success()
if: success() && !startsWith(github.ref, 'refs/tags/')
env:
branch: ${{ matrix.branch }}
run: |
Expand Down

0 comments on commit 8a94e5b

Please sign in to comment.