.github: Rename sync-branches workflow ref check job (#724)
Make the name of the check job more like the name of the sync job.
This commit is contained in:
parent
070e507933
commit
8c4cc5c472
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-branches.yml
vendored
2
.github/workflows/sync-branches.yml
vendored
|
|
@ -21,7 +21,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
name: Check source and target validity
|
||||
name: Validate source and target refs
|
||||
timeout-minutes: 1
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue