Run snapshots every 12 hours
parent
a43695cd62
commit
bae856cd71
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
|
- cron: "0 */12 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
windows-x86_64:
|
windows-x86_64:
|
||||||
|
|
Loading…
Reference in New Issue