mirror of https://github.com/YosysHQ/yosys.git
ci: Don't cancel previous builds
Which is what the comment said, but the code didn't match.
This commit is contained in:
parent
98d26bdd2c
commit
83692075df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue