diff --git a/.github/workflows/runner-bases.yml b/.github/workflows/runner-bases.yml index 26776d0b..d6eba638 100644 --- a/.github/workflows/runner-bases.yml +++ b/.github/workflows/runner-bases.yml @@ -7,11 +7,6 @@ env: IMAGE_NAME: nestrilabs/nestri BASE_IMAGE: docker.io/cachyos/cachyos:latest -# This makes our release ci quit prematurely -# concurrency: -# group: ci-${{ github.ref }} -# cancel-in-progress: true - jobs: build-and-push-bases: name: Build and push images diff --git a/.github/workflows/runner-variants.yml b/.github/workflows/runner-variants.yml index e5eda5ee..db0a89a1 100644 --- a/.github/workflows/runner-variants.yml +++ b/.github/workflows/runner-variants.yml @@ -1,6 +1,7 @@ name: Build Nestri runner image variants on: + workflow_dispatch: schedule: - cron: 7 0 * * 1,3,6 # Nightlies push: