Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Nov 3, 2023
1 parent fe1a04c commit 132afb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/a1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: A1

on:
schedule:
- cron: '00 22 * * *' # AM 07:00, KST
- cron: '00 00 * * *' # AM 09:00, KST
- cron: '00 02 * * *' # AM 11:00, KST
- cron: '00 04 * * *' # AM 13:00, KST
- cron: '00 08 * * *' # AM 17:00, KST
- cron: '00 07 * * *' # AM 14:00, KST

workflow_dispatch:
inputs:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/a2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: A2

on:
schedule:
- cron: '00 16 * * *' # AM 09:00, PDT
- cron: '00 20 * * *' # AM 13:00, PDT
- cron: '00 00 * * *' # AM 17:00, PDT
- cron: '00 22 * * *' # AM 07:00, KST
- cron: '00 00 * * *' # AM 09:00, KST
- cron: '00 02 * * *' # AM 11:00, KST
- cron: '00 04 * * *' # AM 13:00, KST
- cron: '00 07 * * *' # AM 14:00, KST


workflow_dispatch:
inputs:
Expand Down

0 comments on commit 132afb5

Please sign in to comment.