Skip to content

Commit cc75e77

Browse files
committed
Update skip paths
1 parent 79f92ea commit cc75e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: fkirc/skip-duplicate-actions@v3.4.0
1616
with:
1717
cancel_others: true
18-
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "nix/**", "**/test/**"]'
18+
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix", "**/test/**"]'
1919

2020
bench-init:
2121
needs: pre_job

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: fkirc/skip-duplicate-actions@v3.4.0
2121
with:
2222
cancel_others: true
23-
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "nix/**"]'
23+
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix"]'
2424
# If we only change ghcide downstream packages we have not test ghcide itself
2525
- id: skip_ghcide_check
2626
uses: fkirc/skip-duplicate-actions@v3.4.0

0 commit comments

Comments
 (0)