Skip to content

Commit

Permalink
CI (Buildbot, GHA): Rename "Statuses" to "Create Buildbot Statuses" (#…
Browse files Browse the repository at this point in the history
…42640)

(cherry picked from commit 92365f5)
  • Loading branch information
DilumAluthge authored and KristofferC committed Nov 11, 2021
1 parent 1e4966c commit 3ace1e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# 2. We do not run any external actions.
# 3. We only give the `GITHUB_TOKEN` the minimum necessary set of permissions.

name: Statuses
name: Create Buildbot Statuses

on:
push:
Expand All @@ -31,8 +31,8 @@ permissions:
statuses: write

jobs:
statuses:
name: statuses
create-buildbot-statuses:
name: Create Buildbot Statuses
runs-on: ubuntu-latest
if: github.repository == 'JuliaLang/julia'
steps:
Expand Down

0 comments on commit 3ace1e5

Please sign in to comment.