diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c644924a4..aed3e49117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ on: - master workflow_dispatch: +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: ${{ github.head_ref != 'master' }} + jobs: test-forge-unit-and-integration: name: Test Forge / Unit and Integration Tests