| author | |
| committer | |
| log | 1bef6ef3da40b7303c2d081a219cd3441a4101dd |
| tree | f021f1a35a263831da6a9c9b5d33ff8769b03787 |
| parent | 2ce73179300fc3cd4e4481ed8e351c355077d496 |
| signature |
1 files changed, 2 insertions(+), 4 deletions(-)
.github/workflows/nightly.yml+2-4| ... | @@ -1,15 +1,13 @@ | ... | @@ -1,15 +1,13 @@ |
| 1 | name: Continuous Build | 1 | name: CI |
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | branches: [master] | 5 | branches: [master] |
| 6 | pull_request: | 6 | pull_request: |
| 7 | branches: [master] | 7 | branches: [master] |
| 8 | schedule: | ||
| 9 | - cron: "0 5 * * *" | ||
| 10 | 8 | ||
| 11 | jobs: | 9 | jobs: |
| 12 | native-build: | 10 | test: |
| 13 | strategy: | 11 | strategy: |
| 14 | fail-fast: false | 12 | fail-fast: false |
| 15 | matrix: | 13 | matrix: |