Skip to content

Commit

Permalink
limiting crib-integration-test to the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfelix committed Dec 16, 2024
1 parent 21ed52c commit f90aeb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:

crib-integration-test:
needs: [split, image-tag]
if: ${{ github.ref == 'refs/heads/develop' }}
uses: ./.github/workflows/crib-integration-test.yml
with:
image-tag: ${{ needs.image-tag.outputs.image-tag }}
Expand Down

0 comments on commit f90aeb7

Please sign in to comment.