diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9b55948f9b6..824fe982c93 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,6 +14,9 @@ jobs: - linux - x64 - bmark + concurrency: + group: bench-${{ github.ref }} + cancel-in-progress: true if: github.event.pull_request.draft == false steps: - name: Clean up diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index db2e54ce68a..b70651f488e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,10 +11,6 @@ on: workflow_dispatch: -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - env: DOCKER_USER_OPTION: '$UID:$GID' @@ -26,6 +22,9 @@ jobs: - linux - x64 - sre + concurrency: + group: check-${{ github.ref }} + cancel-in-progress: true container: image: paritytech/ci-linux:production steps: @@ -50,6 +49,9 @@ jobs: - linux - x64 - sre + concurrency: + group: testcov-${{ github.ref }} + cancel-in-progress: true steps: - name: Clean up continue-on-error: true @@ -82,6 +84,9 @@ jobs: - linux - x64 - sre + concurrency: + group: tests-${{ github.ref }} + cancel-in-progress: true container: image: paritytech/ci-linux:production steps: @@ -106,6 +111,9 @@ jobs: - linux - x64 - sre + concurrency: + group: lint-${{ github.ref }} + cancel-in-progress: true container: image: paritytech/ci-linux:production steps: diff --git a/.github/workflows/simnode.yml b/.github/workflows/simnode.yml index edfe8c37144..efc3842d430 100644 --- a/.github/workflows/simnode.yml +++ b/.github/workflows/simnode.yml @@ -1,9 +1,11 @@ name: Run Simnode + on: pull_request: branches: - releases - main + jobs: simnode: runs-on: @@ -11,6 +13,9 @@ jobs: - linux - x64 - sre + concurrency: + group: ${{ github.ref }} + cancel-in-progress: true if: github.event.pull_request.draft == false steps: - name: Clean up