From 9402eec2022e667f23acaed48d2d1baf6580abea Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 14 Oct 2021 03:00:13 -0400 Subject: [PATCH] CI (Buildbot, GHA): Rename "Statuses" to "Create Buildbot Statuses" --- .github/workflows/statuses.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: