Skip to content

Commit

Permalink
chore: pr sync remote weekdays (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored May 23, 2024
1 parent 7d0b2e3 commit cbec376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-sync-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Submodule and Create PR

on:
schedule:
- cron: '0 0 * * 0' # run on sunday every week
- cron: '0 0 * * 1-5' # At 00:00 on every day-of-week from Monday through Friday
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cbec376

Please sign in to comment.