Skip to content

Commit

Permalink
Set update to run on cron
Browse files Browse the repository at this point in the history
  • Loading branch information
jfx2006 committed Jun 10, 2024
1 parent 9eadd1b commit 48b05f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmp_commstrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
name: Compare comm-strings

on:
#push:
# branches:
# - main
push:
branches:
- main
#schedule:
# - cron: "0 11 * * 1"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
name: Update

on:
#schedule:
# - cron: "0 11,23 * * *"
schedule:
- cron: "07 4 * * *"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 48b05f9

Please sign in to comment.