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 a8c3f2c commit 0dc4bd6Copy full SHA for 0dc4bd6
1 file changed
.github/workflows/action_schedule_tags.yml
@@ -11,6 +11,7 @@ name: nightly
11
# -------------------------------------------------------------------------------------------------
12
on:
13
# Runs daily
14
+ workflow_dispatch:
15
schedule:
16
- cron: '0 0 * * *'
17
0 commit comments