Skip to content

Commit

Permalink
Fix bloat check workflow concurrency (#8189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jul 16, 2021
1 parent f427edb commit 1546260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ on:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
# Don't cancel an already-running bloat check just because it took more
# than 5 minutes to run and our cron job is trying to schedule a new one.
cancel-in-progress: false

jobs:
pull_request_update:
Expand Down

0 comments on commit 1546260

Please sign in to comment.