mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +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:
parent
98d26bdd2c
commit
83692075df
2
.github/workflows/test-verific.yml
vendored
2
.github/workflows/test-verific.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
paths_ignore: '["**/README.md"]'
|
paths_ignore: '["**/README.md"]'
|
||||||
# don't cancel previous builds
|
# don't cancel previous builds
|
||||||
cancel_others: 'true'
|
cancel_others: 'false'
|
||||||
# only run on push *or* pull_request, not both
|
# only run on push *or* pull_request, not both
|
||||||
concurrent_skipping: 'same_content_newer'
|
concurrent_skipping: 'same_content_newer'
|
||||||
# we have special actions when running on main, so this should be off
|
# we have special actions when running on main, so this should be off
|
||||||
|
|
Loading…
Reference in a new issue