Skip to content

Commit

Permalink
Merge pull request #464 from jplag/bugfix/workflows-concurrent
Browse files Browse the repository at this point in the history
Fix concurrent skipping
  • Loading branch information
tsaglam authored Jun 24, 2022
2 parents b886f55 + 9fd038c commit 9f441e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-viewer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'

build:
Expand Down

0 comments on commit 9f441e6

Please sign in to comment.