diff --git a/.github/workflows/statuses.yml b/.github/workflows/statuses.yml index 97e7b246d7e65..57d7596d8ee83 100644 --- a/.github/workflows/statuses.yml +++ b/.github/workflows/statuses.yml @@ -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: @@ -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: