From 2e73befd176862866b1bb3cdf71bc396c202bfe5 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 6 Sep 2025 16:27:22 -0400 Subject: [PATCH] actual temp --- .github/workflows/prebuilt.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prebuilt.yaml b/.github/workflows/prebuilt.yaml index 6aac331e9f..dcc09c5c76 100644 --- a/.github/workflows/prebuilt.yaml +++ b/.github/workflows/prebuilt.yaml @@ -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