ci: Don't cancel previous builds

Which is what the comment said, but the code didn't match.
This commit is contained in:
Krystine Sherwin 2024-08-27 09:50:29 +12:00
parent 98d26bdd2c
commit 83692075df
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
with:
paths_ignore: '["**/README.md"]'
# don't cancel previous builds
cancel_others: 'true'
cancel_others: 'false'
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'
# we have special actions when running on main, so this should be off