diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50ad04f9..ed4e4381 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,9 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * 2' +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true jobs: linter: uses: ./.github/workflows/linter.yml