Skip to content

Commit

Permalink
Remove comment to skip circleci (#2325)
Browse files Browse the repository at this point in the history
It does not work for prs from external repos
  • Loading branch information
jneira committed Nov 2, 2021
1 parent 613ec40 commit d845f87
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Expand Up @@ -25,19 +25,13 @@ jobs:
uses: fkirc/skip-duplicate-actions@v3.4.0
with:
cancel_others: false
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", "install/**", "**.nix", "flake.lock", "**/README.md", "FUNDING.yml"]'
paths_ignore: '["**/docs/**", "**.md", "**/LICENSE", "install/**", "**.nix", "flake.lock", "**/README.md", "FUNDING.yml", ".circleci/**"]'
# If we only change ghcide downstream packages we have not test ghcide itself
- id: skip_ghcide_check
uses: fkirc/skip-duplicate-actions@v3.4.0
with:
cancel_others: false
paths_ignore: '["hls-test-utils/**", "plugins/**", "src/**", "exe/**", "test/**", "shake-bench/**"]'
- if: steps.skip_check.outputs.should_skip == 'true'
name: Skip circleci
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: We are gonna [skip circleci]

test:
if: needs.pre_job.outputs.should_skip != 'true'
Expand Down

0 comments on commit d845f87

Please sign in to comment.