allow running main workflows manually

This commit is contained in:
Erica Portnoy
2026-04-17 13:51:28 -07:00
parent fbeabd4dcf
commit aa0ad640b1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
# When changing these triggers, please ensure the documentation under
# "Running tests in CI" is still correct.
- test-*
workflow_dispatch:
jobs:
test_and_package_stage:
+1
View File
@@ -3,6 +3,7 @@ name: Nightly build
on:
schedule:
- cron: 30 4 * * *
workflow_dispatch:
jobs:
test_and_package_stage:
+1
View File
@@ -9,6 +9,7 @@ on:
branches:
- main
- "*.x"
workflow_dispatch:
concurrency:
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}