Skip to content

Commit

Permalink
Update cron on update-submodule.yml
Browse files Browse the repository at this point in the history
add workflow dispatch and change cron job time
  • Loading branch information
adamjonas committed Aug 2, 2023
1 parent d29e03e commit e45b364
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Update Submodules

on:
schedule:
# This will run the workflow every day at 00:00 UTC.
- cron: '0 0 * * *'
# This will run the workflow every day at 04:00 UTC
# 2 hrs after mailing summaries run
- cron: "0 4 * * *"
workflow_dispatch:
repository_dispatch:

jobs:
update:
Expand Down

0 comments on commit e45b364

Please sign in to comment.