From 5ab220a8b724821b84eafb19e69c6b414e8385d1 Mon Sep 17 00:00:00 2001 From: dittops Date: Mon, 20 Apr 2026 11:04:56 +0000 Subject: [PATCH] ci: use default github-hosted runner for helm workflows Blacksmith runners aren't configured on this fork, which left the release job stuck in the queue. Switch both helm workflows to ubuntu-latest so they pick up immediately. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/lint-helm-chart.yml | 2 +- .github/workflows/release-helm-chart.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-helm-chart.yml b/.github/workflows/lint-helm-chart.yml index fd733a6cc9..26c967c799 100644 --- a/.github/workflows/lint-helm-chart.yml +++ b/.github/workflows/lint-helm-chart.yml @@ -13,7 +13,7 @@ permissions: jobs: lint: name: Lint and Template - runs-on: blacksmith-2vcpu-ubuntu-2404 + runs-on: ubuntu-latest defaults: run: working-directory: ./examples/kubernetes/firecrawl-helm diff --git a/.github/workflows/release-helm-chart.yml b/.github/workflows/release-helm-chart.yml index 48758e766d..644117eb60 100644 --- a/.github/workflows/release-helm-chart.yml +++ b/.github/workflows/release-helm-chart.yml @@ -21,7 +21,7 @@ permissions: jobs: release: name: Package and Push Chart to GHCR - runs-on: blacksmith-2vcpu-ubuntu-2404 + runs-on: ubuntu-latest defaults: run: working-directory: ./examples/kubernetes/firecrawl-helm