From 099f2afc94941e2f5fc541761857b179f762b351 Mon Sep 17 00:00:00 2001 From: Rafael Felix Correa Date: Wed, 13 Nov 2024 16:08:36 +0100 Subject: [PATCH] crib-integration-test only runs on push to develop running on every commit to every PR would increase our GH runner costs too much --- .github/workflows/build-publish-develop-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-develop-pr.yml b/.github/workflows/build-publish-develop-pr.yml index 8b10d03a607..3764d5058e5 100644 --- a/.github/workflows/build-publish-develop-pr.yml +++ b/.github/workflows/build-publish-develop-pr.yml @@ -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 }}"}' \ No newline at end of file