From ffefa3f5f8564b23bf9390f906ae816aac9dc05d Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Wed, 14 Oct 2020 09:38:25 +0900 Subject: [PATCH] Fix bors job names --- .github/workflows/bors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 66c86381..47349586 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -264,7 +264,7 @@ jobs: # ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB! end_success: - name: bors test finished + name: bors build finished if: github.event.pusher.name == 'bors' && success() runs-on: ubuntu-18.04 needs: [ @@ -285,7 +285,7 @@ jobs: run: exit 0 end_failure: - name: bors test finished + name: bors build finished if: github.event.pusher.name == 'bors' && (failure() || cancelled()) runs-on: ubuntu-18.04 needs: [ -- GitLab