From 95aa47625c9f99f23273294c19c85987f825f08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 4 Nov 2020 13:44:04 +0100 Subject: [PATCH] [.github] ci-workflow: missing line --- .github/workflows/ci-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 849adb776..17613d75e 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -3,11 +3,12 @@ name: Continuous integration on: pull_request: workflow_dispatch: - triggerIos: + inputs: + triggerIos: description: 'Run iOS tests' required: true default: 'no' - triggerMacos: + triggerMacos: description: 'Run macOS tests' required: true default: 'no'