Skip to content

Commit

Permalink
Fix try
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Nov 25, 2024
1 parent d61faed commit 13a8b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
contents: read
needs: changes
if: github.event_name == 'pull_request' && ( needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@e214c63ad3022f3edd667da19f796fb9489850b2 #[email protected]
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@d9c5c600a8b52f8bf8cc5e4fa3d17042d6504937 #[email protected]
with:
workflow_name: Run CCIP Integration Tests For PR
test_path: .github/integration-tests.yml
Expand All @@ -147,7 +147,7 @@ jobs:
contents: read
needs: changes
if: github.event_name == 'merge_group' && ( needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@e214c63ad3022f3edd667da19f796fb9489850b2 #[email protected]
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@d9c5c600a8b52f8bf8cc5e4fa3d17042d6504937 #[email protected]
with:
workflow_name: Run CCIP Integration Tests For Merge Queue
test_path: .github/integration-tests.yml
Expand Down

0 comments on commit 13a8b4a

Please sign in to comment.