We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0afe24 commit 76e5af7Copy full SHA for 76e5af7
1 file changed
.github/workflows/submodule-update.yml
@@ -1,10 +1,9 @@
1
name: Update Submodules
2
3
on:
4
- # Uncomment when ready!
5
- # schedule:
6
- # Run every day at midnight EST (00:00 EST / 05:00 UTC)
7
- # - cron: '0 5 * * *'
+ schedule:
+ # Run every day at midnight EST (00:00 EST / 05:00 UTC)
+ - cron: '0 5 * * *'
8
workflow_dispatch:
9
# Allows manual triggering of the workflow
10
0 commit comments