From 793781fb679b06b9b86003506d7b9492142e9a03 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Thu, 21 Jan 2021 14:02:54 +0100 Subject: [PATCH] Add manual trigger to CI workflow Closes gh-9360 --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 483df95385..91f31875fd 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -6,6 +6,7 @@ on: - master schedule: - cron: '0 10 * * *' # Once per day at 10am UTC + workflow_dispatch: # Manual trigger env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}