From 3ba76d037555dad0c0354a98f072c8e7e29d7099 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 19 Jan 2021 17:37:18 +0100 Subject: [PATCH] Add manual trigger to CI workflow Closes gh-1777 --- .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 060a4629..ebf31b8f 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -6,6 +6,7 @@ on: - 2.4.x schedule: - cron: '0 10 * * *' # Once per day at 10am UTC + workflow_dispatch: # Manual trigger env: GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}