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:
push:
schedule:
- cron: "0 */12 * * *"
jobs:
android-x86_64:
runs-on: ubuntu-18.04

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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