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

committed by
GitHub

parent
54f58a2b5a
commit
23c000b821
1
.github/workflows/nightly-browser-view.yml
vendored
1
.github/workflows/nightly-browser-view.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: nightly-browser-view
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 4 * * 0-5
|
||||
|
||||
|
1
.github/workflows/nightly-rainforest.yml
vendored
1
.github/workflows/nightly-rainforest.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: nightly-rainforest
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 4 * * 0-5
|
||||
|
||||
|
Reference in New Issue
Block a user