From 30899cac1a329841b61d82f1451b06af71131439 Mon Sep 17 00:00:00 2001 From: Spoffy Date: Tue, 30 Jul 2024 14:58:41 +0100 Subject: [PATCH] Makes `candidate` Github Job name more explanatory --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 272e3f31..750e0773 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -168,6 +168,7 @@ jobs: candidate: needs: build_and_test + name: Update latest_candidate branch if: ${{ success() && github.event_name == 'push' }} runs-on: ubuntu-latest steps: