Skip to content

Commit

Permalink
ci: concurrency by name
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 1, 2024
1 parent 69ae11c commit 0c694b7
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kakarot0-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: kakarot0-CI

on:
push:
Expand All @@ -12,7 +12,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: kakarot0-${{ github.ref }}
cancel-in-progress: true

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kakarot0-nightly-fuzzing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NIGHTLY-FUZZING
name: kakarot0-NIGHTLY-FUZZING

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kakarot0-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# trunk-ignore-all(checkov/CKV2_GHA_1)
name: Release
name: kakarot0-Release

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kakarot0-trunk-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Trunk
name: kakarot0-Trunk

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: kakarot0-${{ github.ref }}
cancel-in-progress: true

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kakarot0-update-rpc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Submodule
name: kakarot0 Update Submodule

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ssj-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: SSJ-CI

on:
push:
Expand All @@ -11,7 +11,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ssj-${{ github.ref }}
cancel-in-progress: true

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssj-ef-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: EF-Tests
name: SSJ-EF-Tests

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssj-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# trunk-ignore-all(checkov/CKV2_GHA_1)
name: Release
name: SSJ-Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssj-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: SSJ-CI

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssj-trunk-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trunk
name: SSJ-Trunk

on: [pull_request]

Expand Down

0 comments on commit 0c694b7

Please sign in to comment.