Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit dffa339

Browse files
author
Michael Howitz
authored
Allow to run this workflow manually from the Actions tab
1 parent c72ca8a commit dffa339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
type: [ "opened", "reopened", "synchronize" ]
99
schedule:
1010
- cron: '0 12 * * 0' # run once a week on Sunday
11+
# Allow to run this workflow manually from the Actions tab
12+
workflow_dispatch:
13+
1114
jobs:
1215
tests:
1316
strategy:

0 commit comments

Comments
 (0)