Skip to content

Commit 76e5af7

Browse files
authored
[Submodule Update] Enable the action on a cron (#5267)
1 parent b0afe24 commit 76e5af7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/submodule-update.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Update Submodules
22

33
on:
4-
# Uncomment when ready!
5-
# schedule:
6-
# Run every day at midnight EST (00:00 EST / 05:00 UTC)
7-
# - cron: '0 5 * * *'
4+
schedule:
5+
# Run every day at midnight EST (00:00 EST / 05:00 UTC)
6+
- cron: '0 5 * * *'
87
workflow_dispatch:
98
# Allows manual triggering of the workflow
109

0 commit comments

Comments
 (0)