Skip to content

Commit e030d05

Browse files
authored
Add workflow_dispatch to CI configuration (#296)
1 parent 3d48811 commit e030d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
schedule:
1111
# nightly tests, 2 am
1212
- cron: "0 2 * * *"
13+
workflow_dispatch:
1314

1415
concurrency:
1516
# Probably overly cautious group naming.

0 commit comments

Comments
 (0)