Skip to content

Commit 0e801eb

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildbot, GHA): Rename "Statuses" to "Create Buildbot Statuses" (#42640)
(cherry picked from commit 92365f5)
1 parent 3368504 commit 0e801eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/statuses.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 2. We do not run any external actions.
1010
# 3. We only give the `GITHUB_TOKEN` the minimum necessary set of permissions.
1111

12-
name: Statuses
12+
name: Create Buildbot Statuses
1313

1414
on:
1515
push:
@@ -31,8 +31,8 @@ permissions:
3131
statuses: write
3232

3333
jobs:
34-
statuses:
35-
name: statuses
34+
create-buildbot-statuses:
35+
name: Create Buildbot Statuses
3636
runs-on: ubuntu-latest
3737
if: github.repository == 'JuliaLang/julia'
3838
steps:

0 commit comments

Comments
 (0)