Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Aug 9, 2024
1 parent 3e3e084 commit 1be3655
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cairo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'


test-cairo:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fustat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5

with:
concurrent_skipping: 'same_content_newer'

test-fustat:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5

with:
concurrent_skipping: 'same_content_newer'

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

0 comments on commit 1be3655

Please sign in to comment.