Skip to content

Commit 7076c56

Browse files
committed
enable running end-to-end tests on demand
1 parent a909586 commit 7076c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: End-to-end install tests
33
on:
44
schedule:
55
- cron: '0 */6 * * *'
6+
workflow_dispatch:
67

78
permissions:
89
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)