diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c6c77e7783afd993ff26d71e60daab3c760d5bd..234988280aa9e129ff7faf1195c56f31aa16186e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: schedule: - cron: '17 3 * * 0' +concurrency: + group: ${{ github.head_ref || github.ref_name }} + cancel-in-progress: true + jobs: ruff: name: Ruff