ci: change schedule (#110)
Schedule CI early morning every Saturday. Trigger only on pushes to master. Updates #106
This commit is contained in:
committed by
GitHub
parent
9f9d2ca8cf
commit
49adad921f
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -1,4 +1,10 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '17 12 * * 6'
|
||||
|
||||
name: ci
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user