Unnamed repository; edit this file 'description' to name the repository.
Merge #11022
11022: minor: Enable workflow_dispatch for release workflow r=lnicola a=lnicola bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
bors[bot] 2021-12-15
parent a862c59 · parent ebaf7d3 · commit 778a63e
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2f009c4322..bc712b1a51 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -2,6 +2,8 @@ name: release
on:
schedule:
- cron: '0 0 * * *' # midnight UTC
+
+ workflow_dispatch:
push:
branches: