##// END OF EJS Templates
ci: Add schedule and workflow_dispatch support
Matthew Feickert -
Show More
@@ -1,6 +1,13 b''
1 name: Run tests
1 name: Run tests
2
2
3 on: [push, pull_request]
3 on:
4 push:
5 pull_request:
6 # Run weekly on Monday at 1:23 UTC
7 schedule:
8 - cron: '23 1 * * 1'
9 workflow_dispatch:
10
4
11
5 jobs:
12 jobs:
6 test:
13 test:
General Comments 0
You need to be logged in to leave comments. Login now