Skip to content

Commit d845f87

Browse files
authored
Remove comment to skip circleci (#2325)
It does not work for prs from external repos
1 parent 613ec40 commit d845f87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,13 @@ jobs:
2525
uses: fkirc/[email protected]
2626
with:
2727
cancel_others: false
28-
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", "install/**", "**.nix", "flake.lock", "**/README.md", "FUNDING.yml"]'
28+
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", "install/**", "**.nix", "flake.lock", "**/README.md", "FUNDING.yml", ".circleci/**"]'
2929
# If we only change ghcide downstream packages we have not test ghcide itself
3030
- id: skip_ghcide_check
3131
uses: fkirc/[email protected]
3232
with:
3333
cancel_others: false
3434
paths_ignore: '["hls-test-utils/**", "plugins/**", "src/**", "exe/**", "test/**", "shake-bench/**"]'
35-
- if: steps.skip_check.outputs.should_skip == 'true'
36-
name: Skip circleci
37-
uses: marocchino/sticky-pull-request-comment@v2
38-
with:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
message: We are gonna [skip circleci]
4135

4236
test:
4337
if: needs.pre_job.outputs.should_skip != 'true'

0 commit comments

Comments
 (0)