mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-01 04:32:07 +08:00
actual temp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: prebuilt
|
||||
name: base
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
@@ -6,11 +6,11 @@ on:
|
||||
|
||||
env:
|
||||
DOCKER_LOGIN: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||
BUILD: release/ci/docker_build_sp.sh prebuilt
|
||||
BUILD: release/ci/docker_build_sp.sh base
|
||||
|
||||
jobs:
|
||||
build_prebuilt:
|
||||
name: build prebuilt
|
||||
name: build base
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'sunnypilot/sunnypilot'
|
||||
env:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
ref: master-tici
|
||||
wait-interval: 30
|
||||
running-workflow-name: 'build prebuilt'
|
||||
running-workflow-name: 'build base'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
check-regexp: ^((?!.*(build __nightly).*).)*$
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user