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