From 44241360eb1593836a01aaa5b97f52409371d7f2 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 28 May 2025 18:50:35 -0700 Subject: [PATCH] CI: fix nightly build --- .github/workflows/release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1dd06f77e9..1ac69b923e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,15 +1,16 @@ name: release on: - schedule: - - cron: '0 9 * * *' - workflow_dispatch: + push: + #schedule: + # - cron: '0 9 * * *' + #workflow_dispatch: jobs: build_masterci: name: build master-ci env: TARGET_DIR: /tmp/openpilot - ImageOS: ubuntu20 + ImageOS: ubuntu24 container: image: ghcr.io/commaai/openpilot-base:latest runs-on: ubuntu-latest