diff --git a/.github/workflows/check-features.yml b/.github/workflows/check-features.yml index 985206f0f..c5374f7f4 100644 --- a/.github/workflows/check-features.yml +++ b/.github/workflows/check-features.yml @@ -17,6 +17,11 @@ jobs: name: Check Features runs-on: ubuntu-latest timeout-minutes: 35 + + concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true + steps: - name: Checkout code uses: actions/checkout@v2