Skip to content

Commit

Permalink
crib-integration-test only runs on push to develop
Browse files Browse the repository at this point in the history
running on every commit to every PR would increase our GH runner costs too much
  • Loading branch information
rafaelfelix committed Dec 13, 2024
1 parent fcc6d6b commit 099f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ jobs:
repo: chainlink
github_token: ${{ steps.get-gh-token.outputs.access-token }}
workflow_file_name: crib-integration-test.yml
client_payload: '{"git_ref": "${{ env.GIT_REF }}", "image-tag": "${{ needs.image-tag.outputs.image-tag }}"}'
client_payload: '{"git_ref": "${{ env.GIT_REF }}", "image-tag": "${{ needs.image-tag.outputs.image-tag }}"}'

0 comments on commit 099f2af

Please sign in to comment.