Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6882:b2b650d103a1
syntax fix
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 12:11:09 -0400 |
| parents | ae3d98c1fb69 |
| children | 787d59053054 |
comparison
equal
deleted
inserted
replaced
| 6881:ae3d98c1fb69 | 6882:b2b650d103a1 |
|---|---|
| 7 branches: [ "master" ] | 7 branches: [ "master" ] |
| 8 # pull_request: | 8 # pull_request: |
| 9 # branches: [ "master" ] | 9 # branches: [ "master" ] |
| 10 schedule: | 10 schedule: |
| 11 # monthly build/check | 11 # monthly build/check |
| 12 - cron '0 19 1 * *' | 12 - cron: '0 19 1 * *' |
| 13 | 13 |
| 14 jobs: | 14 jobs: |
| 15 test: | 15 test: |
| 16 name: CI build test | 16 name: CI build test |
| 17 | 17 |
