From 93a9f2e5c9f4825bf320d8163ae711cdb458840c Mon Sep 17 00:00:00 2001 From: DatCaptainHorse Date: Thu, 20 Nov 2025 19:14:11 +0200 Subject: [PATCH] fix: Remove old CI comment and allow manual trigger --- .github/workflows/runner-bases.yml | 5 ----- .github/workflows/runner-variants.yml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) 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: