Skip to content

Commit

Permalink
ci: run robot install workflow at 02:30 on Monday (#693)
Browse files Browse the repository at this point in the history
Prevent possible job cancelation when working on the HCCM project during
the day.
  • Loading branch information
jooola committed Jul 8, 2024
1 parent dfef366 commit 0e1886a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- .github/workflows/robot.yml
- dev/robot/**
schedule:
# https://crontab.guru/#30_12_*_*_1
- cron: "30 12 * * 1"
# At 02:30 on Monday https://crontab.guru/#30_2_*_*_1
- cron: "30 2 * * 1"

jobs:
install:
Expand Down

0 comments on commit 0e1886a

Please sign in to comment.