diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 809eb7ed..1876d05e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,10 @@ on: ## Every Monday at 2am. - cron: 0 2 * * 1 +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: cleanup-master: name: Cleanup master build