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