Skip to content

Commit

Permalink
Do not skip when docker-compose files change
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 1, 2024
1 parent d12bc7a commit 690e6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
paths: '["client/**", "client-e2e/**", ".github/workflows/code-analysis.yml"]'
paths: '["docker-compose*", "client/**", "client-e2e/**", ".github/workflows/code-analysis.yml"]'

analyze:
name: Analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: "same_content_newer"
paths: '["client/**", "client-e2e/**", ".github/workflows/integrate.yml"]'
paths: '["docker-compose*", "client/**", "client-e2e/**", ".github/workflows/integrate.yml"]'

build:
name: Build/Test
Expand Down

0 comments on commit 690e6c3

Please sign in to comment.