Skip to content

Commit

Permalink
extra-builds.yml: Add concurrent_skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Apr 30, 2024
1 parent ab7e5b3 commit 8a9f5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extra-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
paths_ignore: '["**/README.md", "docs/**", "guidelines/**"]'
# cancel previous builds if a new commit is pushed
cancel_others: 'true'
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'

vs-prep:
name: Prepare Visual Studio build
Expand Down

0 comments on commit 8a9f5f6

Please sign in to comment.