CI: allow triggering prebuilt workflow manually

pull/24428/head
Adeeb Shihadeh 3 years ago
parent e3fd6a7c50
commit 674a2061fd
  1. 2
      .github/workflows/prebuilt.yaml

@ -3,6 +3,8 @@ on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
env:
BASE_IMAGE: openpilot-base
DOCKER_REGISTRY: ghcr.io/commaai

Loading…
Cancel
Save