Skip to content

Commit

Permalink
Fixes CCIP Change Detection (#14164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Aug 20, 2024
1 parent 910dd8d commit aec9d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit aec9d9f

Please sign in to comment.