Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 25b2943

Browse files
committed
ci: add run-name to all workflows
1 parent cc64325 commit 25b2943

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/ci-airdrops.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "CI Airdrops"
1+
name: "CI: Airdrops"
2+
run-name: "CI Airdrops -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23

34
concurrency:
45
cancel-in-progress: true
@@ -18,7 +19,7 @@ on:
1819
- "package.json"
1920
# pull_request:
2021
# paths: *on_paths
21-
workflow_dispatch:
22+
2223
jobs:
2324
build:
2425
secrets: inherit

.github/workflows/ci-flow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "CI Flow"
1+
name: "CI: Flow"
2+
run-name: "CI Flow -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23

34
concurrency:
45
cancel-in-progress: true
@@ -18,7 +19,7 @@ on:
1819
- "package.json"
1920
# pull_request:
2021
# paths: *on_paths
21-
workflow_dispatch:
22+
2223
jobs:
2324
build:
2425
secrets: inherit

.github/workflows/ci-lockup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "CI Lockup"
2-
run-name: "CI Lockup - ${{ github.event.head_commit.message || github.event.pull_request.title }}"
1+
name: "CI: Lockup"
2+
run-name: "CI Lockup -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
33

44
concurrency:
55
cancel-in-progress: true

.github/workflows/ci-utils.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "CI Utils"
1+
name: "CI: Utils"
2+
run-name: "CI Utils -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23

34
concurrency:
45
cancel-in-progress: true
@@ -18,7 +19,7 @@ on:
1819
- "package.json"
1920
# pull_request:
2021
# paths: *on_paths
21-
workflow_dispatch:
22+
2223
jobs:
2324
build:
2425
secrets: inherit

0 commit comments

Comments
 (0)