Run snapshots every 12 hours

master
agibsonccc 2021-03-06 09:24:24 +09:00
parent a43695cd62
commit bae856cd71
12 changed files with 24 additions and 12 deletions

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
android-x86_64: android-x86_64:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
android-arm32: android-arm32:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
android-arm64: android-arm64:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-arm32: linux-arm32:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-arm64: linux-arm64:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
linux-x86_64-cuda_11-0: linux-x86_64-cuda_11-0:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
linux-x86_64-cuda-11-2: linux-x86_64-cuda-11-2:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads. #Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-x86_64: linux-x86_64:

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
mac-x86_64: mac-x86_64:
runs-on: macos-10.15 runs-on: macos-10.15

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
windows-x86_64-cuda-11-0: windows-x86_64-cuda-11-0:
runs-on: windows-2019 runs-on: windows-2019

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
windows-x86_64-cuda-11-2: windows-x86_64-cuda-11-2:
runs-on: windows-2019 runs-on: windows-2019

View File

@ -1,5 +1,6 @@
on: on:
push: schedule:
- cron: "0 */12 * * *"
jobs: jobs:
windows-x86_64: windows-x86_64: