Skip to content

Commit 4a69828

Browse files
authored
Allow contributors to manually run tests on their GitHub forks (#269)
Makes it easier to debug CI issues without creating a PR
1 parent 433550e commit 4a69828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
schedule:
99
# Midnight UTC:
1010
- cron: "0 0 * * *"
11+
workflow_dispatch:
1112

1213
jobs:
1314

0 commit comments

Comments
 (0)