Run snapshots every 12 hours
parent
a43695cd62
commit
bae856cd71
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
android-x86_64:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
|
||||
linux-x86_64-cuda_11-0:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
linux-x86_64-cuda-11-2:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
mac-x86_64:
|
||||
runs-on: macos-10.15
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
windows-x86_64-cuda-11-0:
|
||||
runs-on: windows-2019
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
windows-x86_64-cuda-11-2:
|
||||
runs-on: windows-2019
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
jobs:
|
||||
|
||||
windows-x86_64:
|
||||
|
|
Loading…
Reference in New Issue