diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 04b97e54b..4abd52b21 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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