From aec9d9f4e95efc1aa3b22cc314c10be7a6422437 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Tue, 20 Aug 2024 11:19:02 -0400 Subject: [PATCH] Fixes CCIP Change Detection (#14164) --- .github/workflows/integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ab6308f034e..500966c6a29 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -102,6 +102,9 @@ jobs: - 'core/**/config/**/*.toml' - 'integration-tests/**/*.toml' ccip-changes: + - '.github/workflows/integration-tests.yml' + - 'integration-tests/**/*.toml' + - '**/*Dockerfile' - '**/*ccip*' - '**/*ccip*/**' - name: Ignore Filter On Workflow Dispatch @@ -121,6 +124,7 @@ jobs: continue-on-error: true outputs: src: ${{ steps.ignore-filter.outputs.changes || steps.changes.outputs.changes }} + ccip-changes: ${{ steps.ignore-filter.outputs.changes || steps.changes.outputs.ccip-changes }} build-lint-integration-tests: name: Build and Lint ${{ matrix.project.name }}