From b4757784d264baa83ea06783de7acdd73b4e8d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Fri, 9 Dec 2022 00:00:00 +0000 Subject: [PATCH] [github/workflows] Distinguish 'iOS Check' and 'iOS Check metadata' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .github/workflows/ios-check-metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-check-metadata.yaml b/.github/workflows/ios-check-metadata.yaml index da80708d30..e5922c070a 100644 --- a/.github/workflows/ios-check-metadata.yaml +++ b/.github/workflows/ios-check-metadata.yaml @@ -1,4 +1,4 @@ -name: iOS Check +name: iOS Check metadata on: workflow_dispatch: # Manual trigger pull_request: