Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ name: integration
# wheel. They remain covered by the local pre-push hook (.pre-commit-config.yaml)
# on a dev machine until bngsim ships Linux wheels.
#
# A nightly `schedule:` cron could be added here, but is intentionally omitted
# pending a maintainer decision.
# Runs nightly and on manual dispatch.
on:
workflow_dispatch:
schedule:
# 08:00 UTC daily. GitHub cron is fixed UTC (no DST), so this is ~02:00 in
# Denver during Mountain Daylight Time and ~01:00 during Mountain Standard
# Time -- middle of the night either way.
- cron: '0 8 * * *'

jobs:
slow:
Expand Down