Skip to content

Commit 45bf5a8

Browse files
committed
unrelated: Update paths_ignore for #2063
1 parent b238c4f commit 45bf5a8

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/[email protected]
1616
with:
1717
cancel_others: true
18-
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix", "**/test/**", "flake.lock"]'
18+
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix", "**/test/**", "flake.lock", "**/README.md", "FUNDING.yml"]'
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/[email protected]
2121
with:
2222
cancel_others: true
23-
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix", "flake.lock"]'
23+
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", ".circleci/**", "install/**", "**.nix", "flake.lock", "**/README.md", "FUNDING.yml"]'
2424
# If we only change ghcide downstream packages we have not test ghcide itself
2525
- id: skip_ghcide_check
2626
uses: fkirc/[email protected]

0 commit comments

Comments
 (0)