Cancel old daily CI jobs on PRs (#9196)

This commit is contained in:
Nikita Sobolev
2022-11-14 18:47:53 +03:00
committed by GitHub
parent 1733c46058
commit 66edd05cf3

View File

@@ -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