Skip to content

Commit

Permalink
enh(nightly): delay nightly to avoid heavy load on runners (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Jun 4, 2024
1 parent e9b8471 commit fab83eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '30 0 * * *'

jobs:
dispatch-to-maintained-branches:
Expand Down

0 comments on commit fab83eb

Please sign in to comment.