diff --git a/.github/workflows/kernel_tests.yaml b/.github/workflows/kernel_tests.yaml index fa1ec70..5e9909e 100644 --- a/.github/workflows/kernel_tests.yaml +++ b/.github/workflows/kernel_tests.yaml @@ -5,6 +5,11 @@ on: schedule: - cron: '0 8 * * *' # every day at 8am +# Checks if any concurrent jobs under the same pull request or branch are being executed +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: test-kernels: name: build-latest-kernel