Run integration test PR checks nightly (#2222)

* Run integration test PR checks nightly

Scheduled for 5AM UTC. This will assist in catching bugs introduced with new runner images.

* Specify generated YAML indentations

For consistency with our non-autogenerated files and GitHub documentation, we should further indent items in lists (`sequence`).
This commit is contained in:
Angela P Wen
2024-04-04 10:30:18 -07:00
committed by GitHub
parent 5f535debfe
commit f421cda8e7
50 changed files with 2986 additions and 2886 deletions

View File

@@ -17,6 +17,8 @@ on:
- synchronize
- reopened
- ready_for_review
schedule:
- cron: '0 5 * * *'
workflow_dispatch: {}
jobs:
upload-artifacts: