From 7998e6e08c3e5ada6a41723268c3658eee452fbe Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Mon, 25 Nov 2024 18:32:40 -0500 Subject: [PATCH] Remove cache --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 69ae993a14b..618533d02d6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 @@ -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