From 369a896130452e3aec04ee87dd458453d3614885 Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Mon, 25 Nov 2024 18:26:57 -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 8d3c1d7ab22..69ae993a14b 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@6d94e89b16e6f9008d9c8ab53cca7f19b3dd0cbf #ctf-run-tests@0.2.0 + uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@edcc7d89320d6cdf8eb9953a086100fb753f0dbe #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@6d94e89b16e6f9008d9c8ab53cca7f19b3dd0cbf #ctf-run-tests@1.0.0 + uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@edcc7d89320d6cdf8eb9953a086100fb753f0dbe #ctf-run-tests@1.0.0 with: workflow_name: Run CCIP Integration Tests For Merge Queue test_path: .github/integration-tests.yml