Skip to content

Commit 2d8d639

Browse files
committed
Add missing "not" in comment
1 parent 6fcf631 commit 2d8d639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def writeHeader(checkStream):
271271
},
272272
'concurrency': {
273273
# 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
274+
# but not other event types. This should have the effect that workflows on PRs
275275
# get cancelled if there is a newer workflow in the same concurrency group.
276276
# For other events, the new workflows should wait until earlier ones have finished.
277277
# This should help reduce the number of concurrent workflows on the repo, and

0 commit comments

Comments
 (0)