From 74ec6eb322b1caacf272dfadbea97d2fb9d25370 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:23:12 +0200 Subject: [PATCH] Enable manual triggering of the E2E test cache rebuild workflow. --- .github/workflows/e2e test cache rebuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e test cache rebuild.yml b/.github/workflows/e2e test cache rebuild.yml index 4efcf1d9..be22226b 100644 --- a/.github/workflows/e2e test cache rebuild.yml +++ b/.github/workflows/e2e test cache rebuild.yml @@ -9,6 +9,9 @@ name: E2E Test Cache Image Builder on: schedule: - cron: '0 0 * * SUN' + + # Enable manual triggering of this workflow via the GitHub Actions web user interface. + workflow_dispatch: jobs: build-and-push: