Skip to content

Commit 8e0cdd5

Browse files
committed
More descriptive name for runner availability checker
1 parent d605966 commit 8e0cdd5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/add-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Pull Request Labeler
2+
23
on:
34
issues:
45
types: [opened]

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010

1111
jobs:
1212
check-runner:
13+
name: Check Runner Availability
1314
runs-on: ubuntu-latest
1415

1516
outputs:

.github/workflows/close_stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Close Stale Issues
2+
23
on:
34
schedule:
45
- cron: '0 0 * * *'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111

1212
jobs:
1313
check-runner:
14+
name: Check Runner Availability
1415
runs-on: ubuntu-latest
1516

1617
outputs:

0 commit comments

Comments
 (0)