diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18a97c572..eb440220f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,10 @@ on: # Run weekly on Saturday - cron: '37 3 * * SAT' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + permissions: contents: read