Makes candidate Github Job name more explanatory

This commit is contained in:
Spoffy 2024-07-30 14:58:41 +01:00
parent c3bf72d9ac
commit 30899cac1a

View File

@ -168,6 +168,7 @@ jobs:
candidate: candidate:
needs: build_and_test needs: build_and_test
name: Update latest_candidate branch
if: ${{ success() && github.event_name == 'push' }} if: ${{ success() && github.event_name == 'push' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: