Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Nov 25, 2024
1 parent 369a896 commit 7998e6e
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 @@ -118,7 +118,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@edcc7d89320d6cdf8eb9953a086100fb753f0dbe #ctf-run-tests@0.2.0
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@13b45c589264a55d73a8a8b8f4fb693fd50ff0cc #ctf-run-tests@0.2.0
with:
workflow_name: Run CCIP Integration Tests For PR
test_path: .github/integration-tests.yml
Expand All @@ -143,7 +143,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@edcc7d89320d6cdf8eb9953a086100fb753f0dbe #ctf-run-tests@1.0.0
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@13b45c589264a55d73a8a8b8f4fb693fd50ff0cc #ctf-run-tests@1.0.0
with:
workflow_name: Run CCIP Integration Tests For Merge Queue
test_path: .github/integration-tests.yml
Expand Down

0 comments on commit 7998e6e

Please sign in to comment.