authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-07-18 17:30:49 -07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2021-07-18 17:30:49 -07:00
log1bef6ef3da40b7303c2d081a219cd3441a4101dd
treef021f1a35a263831da6a9c9b5d33ff8769b03787
parent2ce73179300fc3cd4e4481ed8e351c355077d496
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

actions- fix names and remove scheduled builds


1 files changed, 2 insertions(+), 4 deletions(-)

.github/workflows/nightly.yml+2-4
...@@ -1,15 +1,13 @@...@@ -1,15 +1,13 @@
1name: Continuous Build1name: CI
22
3on:3on:
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 * * *"
108
11jobs:9jobs:
12 native-build:10 test:
13 strategy:11 strategy:
14 fail-fast: false12 fail-fast: false
15 matrix:13 matrix: