Skip to content

Commit

Permalink
update workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnvaps committed Nov 7, 2023
1 parent ec0482f commit 162e221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RaspberryPi3-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: RaspberryPi3 OpenWrt
on:
workflow_dispatch:
schedule:
- cron: 0 0 12 ? * 6
- cron: '0 12 ? * SAT'

env:
SOURCE_URL: https://github.com/coolsnowwolf/lede
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RaspberryPi4-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: RaspberryPi4 OpenWrt
on:
workflow_dispatch:
schedule:
- cron: 0 0 19 ? * 6
- cron: '0 19 ? * SAT'

env:
SOURCE_URL: https://github.com/coolsnowwolf/lede
Expand Down

0 comments on commit 162e221

Please sign in to comment.