change triggers

This commit is contained in:
David Arthur 2024-12-13 13:49:43 -05:00
parent 60914733f1
commit db619d046d
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@
name: Generate Reports name: Generate Reports
on: on:
pull_request: workflow_dispatch: # Let us run manually
types: [ opened, synchronize, ready_for_review, reopened ]
branches: schedule:
- 'trunk' - cron: '0 6 * * *' # Run daily at 6am UTC
jobs: jobs: