mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
ci: cancel in progress only for pr
This commit is contained in:
2
.github/workflows/check-fmt.yml
vendored
2
.github/workflows/check-fmt.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/push-semver-tag.yml
vendored
2
.github/workflows/push-semver-tag.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-common.yml
vendored
2
.github/workflows/test-common.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-airbender.yml
vendored
2
.github/workflows/test-zkvm-airbender.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-jolt.yml
vendored
2
.github/workflows/test-zkvm-jolt.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-miden.yml
vendored
2
.github/workflows/test-zkvm-miden.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-nexus.yml
vendored
2
.github/workflows/test-zkvm-nexus.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-openvm.yml
vendored
2
.github/workflows/test-zkvm-openvm.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-pico.yml
vendored
2
.github/workflows/test-zkvm-pico.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-risc0.yml
vendored
2
.github/workflows/test-zkvm-risc0.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-sp1.yml
vendored
2
.github/workflows/test-zkvm-sp1.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-ziren.yml
vendored
2
.github/workflows/test-zkvm-ziren.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/test-zkvm-zisk.yml
vendored
2
.github/workflows/test-zkvm-zisk.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user