Skip to content

Commit

Permalink
Merge pull request #6 from samply/only-dockerize-protected-branches
Browse files Browse the repository at this point in the history
Only dockerize protected branches
  • Loading branch information
lablans authored Jan 22, 2024
2 parents f385e28 + 1c02d80 commit 34b2006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:

docker:
needs: [ build-rust, pre-check ]
if: github.ref_protected == true

# This workflow defines how a maven package is built, tested and published.
# Visit: https://github.com/samply/github-workflows/blob/develop/.github/workflows/docker-ci.yml, for more information
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
Expand Down

0 comments on commit 34b2006

Please sign in to comment.