From 0fc498d05b83f0c030aa5ea9ae87363add37159b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 4 May 2022 15:08:08 -0700 Subject: [PATCH] CI: allow triggering prebuilt workflow manually old-commit-hash: 674a2061fd9f0213b14851d82832cff6d684d12f --- .github/workflows/prebuilt.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prebuilt.yaml b/.github/workflows/prebuilt.yaml index 80942b3bc5..807ac06b94 100644 --- a/.github/workflows/prebuilt.yaml +++ b/.github/workflows/prebuilt.yaml @@ -3,6 +3,8 @@ on: schedule: - cron: '0 * * * *' + workflow_dispatch: + env: BASE_IMAGE: openpilot-base DOCKER_REGISTRY: ghcr.io/commaai