Skip to content

Commit 1c1e4ff

Browse files
committed
Add the ability for us to manually trigger GitHub tests
1 parent a23c0e9 commit 1c1e4ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
schedule:
77
- cron: 0 0 * * 0
8+
workflow_dispatch:
89

910
defaults:
1011
run:

.github/workflows/verify-templating.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Verify Templating
33
on:
44
pull_request:
55
push:
6+
workflow_dispatch:
67

78
defaults:
89
run:

0 commit comments

Comments
 (0)