We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcf631 commit 2d8d639Copy full SHA for 2d8d639
pr-checks/sync.py
@@ -271,7 +271,7 @@ def writeHeader(checkStream):
271
},
272
'concurrency': {
273
# Cancel in-progress workflows in the same 'group' for pull_request events,
274
- # but other event types. This should have the effect that workflows on PRs
+ # but not other event types. This should have the effect that workflows on PRs
275
# get cancelled if there is a newer workflow in the same concurrency group.
276
# For other events, the new workflows should wait until earlier ones have finished.
277
# This should help reduce the number of concurrent workflows on the repo, and
0 commit comments