diff --git a/.github/workflows/interactive.yaml b/.github/workflows/interactive.yaml index 9f20a6e..18c5293 100644 --- a/.github/workflows/interactive.yaml +++ b/.github/workflows/interactive.yaml @@ -36,7 +36,7 @@ on: type: boolean description: Continue previous build? required: true - default: true + default: false SKIP_EXISTING: type: boolean description: Skip already built packages?