diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 508beb6..6d28f07 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,6 +8,10 @@ on: schedule: - cron: "0 0 * * *" +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + jobs: Linting: runs-on: ubuntu-latest