actual temp

This commit is contained in:
Jason Wen
2025-09-06 16:27:22 -04:00
parent 5041329d0b
commit 2e73befd17
+4 -4
View File
@@ -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