Skip to content

Commit e6e67e5

Browse files
committed
Add manual triggers to integration test workflow
These allow the maintainer to trigger a workflow run after a relevant external change.
1 parent ff0a119 commit e6e67e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-integration.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ on:
2323
- "action.yml"
2424
- "compilesketches/**"
2525

26+
repository_dispatch:
27+
2628
schedule:
2729
# Run periodically to catch breakage caused by external changes.
2830
- cron: "0 12 * * THU"
2931

32+
workflow_dispatch:
33+
3034
env:
3135
SKETCHES_REPORTS_PATH: sketches-reports
3236
TESTDATA_PLATFORMS_PATH: .github/workflows/testdata/platforms

0 commit comments

Comments
 (0)