diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec26e93..d056d62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,9 @@ on: schedule: - cron: '0 18 * * *' +concurrency: + group: ci-test-${{ github.head_ref }} + cancel-in-progress: true jobs: vmtest: