3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

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

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