[github/workflows] Distinguish 'iOS Check' and 'iOS Check metadata'

* Previously the two workflows have had the same name
  and it was impossible to distinguish them by name when
  having to manually trigger the right one.

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
Ferenc Géczi 2022-12-09 00:00:00 +00:00 committed by Viktor Govako
parent dc81a55b0f
commit b4757784d2

View file

@ -1,4 +1,4 @@
name: iOS Check
name: iOS Check metadata
on:
workflow_dispatch: # Manual trigger
pull_request: