Skip to content

Commit

Permalink
Add concurrency limit in CI (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored and bhrutledge committed Mar 2, 2022
1 parent c5769e0 commit 372528f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -6,6 +6,10 @@ on:
schedule:
- cron: "0 0 * * *" # daily

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"
TOX_TESTENV_PASSENV: "FORCE_COLOR"
Expand Down

0 comments on commit 372528f

Please sign in to comment.