Skip to content

Commit 0dfff95

Browse files
Update submodule-update.yml
1 parent 3959ada commit 0dfff95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submodule-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Submodule update
22

33
on:
44
schedule:
5-
- cron: '* 6 * * MON'
5+
- cron: '0 6 * * MON'
66

77
workflow_dispatch:
88

@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4545
repository: ${{ github.repository }}
46-
event-type: submodule-updated
46+
event-type: submodule-updated

0 commit comments

Comments
 (0)