temporarily add push trigger to see these tests running

This commit is contained in:
Erica Portnoy 2026-05-01 15:20:19 -07:00
parent 64430d6fa4
commit a2e9c4303e

View file

@ -4,6 +4,10 @@ on:
schedule: schedule:
- cron: 30 4 * * * - cron: 30 4 * * *
workflow_dispatch: workflow_dispatch:
push:
branches:
# Add this temporarily to see these tests running; remove before merging!
- convert-nightly-pipeline
jobs: jobs:
# While many of these jobs could be grouped in a separate workflow, the github actions UI # While many of these jobs could be grouped in a separate workflow, the github actions UI