Skip to content

Commit

Permalink
Cancel old daily CI jobs on PRs (#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Nov 14, 2022
1 parent 1733c46 commit 66edd05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1

Expand Down

0 comments on commit 66edd05

Please sign in to comment.