.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:
Sanne Raymaekers 2022-05-13 09:20:37 +02:00 committed by GitHub
parent 070e507933
commit 8c4cc5c472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}