diff --git a/.github/workflows/env-checks.yml b/.github/workflows/env-checks.yml index a1b7e70a5..285b42804 100644 --- a/.github/workflows/env-checks.yml +++ b/.github/workflows/env-checks.yml @@ -21,6 +21,10 @@ on: schedule: - cron: "11 22 11 * *" +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"