ci: cancel in progress only for pr

This commit is contained in:
han0110
2026-02-11 11:59:54 +00:00
parent 8fb091c5bb
commit c8be867217
13 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ name: Check formatting
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
push:

View File

@@ -2,7 +2,7 @@ name: Push SemVer tag
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
push:

View File

@@ -2,7 +2,7 @@ name: Test and clippy common crates
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
push:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Airbender
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Jolt
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Miden
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Nexus
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy OpenVM
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Pico
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Risc0
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy SP1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy Ziren
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:

View File

@@ -2,7 +2,7 @@ name: Test and clippy ZisK
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run: