Skip to content

Commit

Permalink
Schedule should use UTC; fixed name job
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemare committed Jun 11, 2024
1 parent dc10389 commit d8fba7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Check if RIO queue is up or down

on:
schedule:
- cron: '6 9-17 * * 1-5' # every hour on weekdays during working hours
- cron: '6 7-15 * * 1-5' # every hour on weekdays during working hours

jobs:
deps:
riotest:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d8fba7a

Please sign in to comment.