Enable manual triggering of the E2E test cache rebuild workflow.

This commit is contained in:
Ximon Eighteen
2021-09-27 12:23:12 +02:00
committed by GitHub
parent 67f39e6454
commit 74ec6eb322
@@ -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: