We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f37555 commit b7193a6Copy full SHA for b7193a6
.github/workflows/nightly.yaml
@@ -3,6 +3,8 @@ name: Publish Nightly
3
on:
4
schedule:
5
- cron: '0 7 * * *'
6
+ # enable users to manually trigger with workflow_dispatch
7
+ workflow_dispatch: {}
8
repository_dispatch:
9
types: publish-nightly
10
0 commit comments