misc: Add 'workflow_dispatch' to daily tests (#850)

This allows us to manually trigger daily test runs rather than wait for
the scheduled time. This can be useful in cases where a fix for a broken
test is pushed and we wish to verify it works as intended ASAP.
This commit is contained in:
Bobby R. Bruce
2024-02-06 09:32:31 -08:00
committed by GitHub
parent 44aaebc49a
commit c7426f9427

View File

@@ -7,6 +7,8 @@ on:
# Runs every day from 7AM UTC
schedule:
- cron: 0 7 * * *
# Allows us to manually start workflow for testing
workflow_dispatch:
jobs:
name-artifacts: