Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6884:37478ab02ac9
run on any pushed branch
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 12:33:10 -0400 |
| parents | 787d59053054 |
| children | cc9bd0dd39fc |
comparison
equal
deleted
inserted
replaced
| 6883:787d59053054 | 6884:37478ab02ac9 |
|---|---|
| 1 # merged in python-package.yml workflow | 1 # merged in python-package.yml workflow |
| 2 | 2 |
| 3 name: roundup-ci | 3 name: roundup-ci |
| 4 | 4 |
| 5 on: | 5 on: |
| 6 push: | 6 push |
| 7 branches: [ "master" ] | |
| 8 # pull_request: | 7 # pull_request: |
| 9 # branches: [ "master" ] | 8 # branches: [ "master" ] |
| 10 schedule: | 9 schedule: |
| 11 # monthly build/check | 10 # monthly build/check |
| 12 - cron: '0 16 23 * *' | 11 - cron: '0 16 23 * *' |
