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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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