extra-builds.yml: Add concurrent_skipping

This commit is contained in:
Krystine Sherwin 2024-05-09 09:26:18 +12:00
parent 7bcef637a4
commit 174c7ebf17
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
paths_ignore: '["**/README.md", "docs/**", "guidelines/**"]' paths_ignore: '["**/README.md", "docs/**", "guidelines/**"]'
# cancel previous builds if a new commit is pushed # cancel previous builds if a new commit is pushed
cancel_others: 'true' cancel_others: 'true'
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'
vs-prep: vs-prep:
name: Prepare Visual Studio build name: Prepare Visual Studio build