feat(ci): Use workflow_dispatch option for nightly builds in order to trigger them on demand when needed (#2593)

This commit is contained in:
Antonis Stamatiou
2023-03-08 18:28:51 +02:00
committed by GitHub
parent 54f58a2b5a
commit 23c000b821
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: nightly-browser-view
on:
workflow_dispatch:
schedule:
- cron: 0 4 * * 0-5

View File

@@ -1,6 +1,7 @@
name: nightly-rainforest
on:
workflow_dispatch:
schedule:
- cron: 0 4 * * 0-5