Skip to content

Commit

Permalink
fix cron for build
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored Aug 26, 2024
2 parents 2b89cd1 + 1b63241 commit bd0c0cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches: [main]
pull_request:
schedule:
- cron: "0 0 */7 * *" # Every week

# run build at 10:00 every Monday
- cron: "0 10 * * MON"

env:
NODE_VERSION: 18.x

Expand Down

0 comments on commit bd0c0cd

Please sign in to comment.