Skip to content

Commit

Permalink
Update scheduled workflow cron
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 25, 2024
1 parent fad57a0 commit c7ef1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ name: Scheduled Workflow
on:
schedule:
# Runs every day at midnight
- cron: '0 0,12 * * *'
# - cron: '0 0,12 * * *'
- cron: '0 2 * * *'

jobs:
build:
Expand Down

0 comments on commit c7ef1fd

Please sign in to comment.