1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-17 05:22:37 +03:00

Merge pull request #11 from arduino/custom-job-names

Use custom matrix job names in `check-submissions` job
This commit is contained in:
per1234
2021-04-14 02:38:31 -07:00
committed by GitHub

View File

@@ -125,6 +125,7 @@ jobs:
- ${{ needs.parse.outputs.type }} - ${{ needs.parse.outputs.type }}
check-submissions: check-submissions:
name: Check ${{ matrix.submission.submissionURL }}
needs: needs:
- enabled - enabled
- parse - parse