Skip to content

Commit

Permalink
ci: simplify cron expression (#12729)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Mar 6, 2025
1 parent e6548af commit 1d0d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 */24 * * *"
- cron: "0 0 * * *"

workflow_dispatch:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ env:

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 */24 * * *"
- cron: "0 0 * * *"

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 1d0d7c4

Please # to comment.