From 6bfe24d05455346f1c2f237d5e5894946d8190ac Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 6 Dec 2025 15:07:00 +0000 Subject: [PATCH] plan work? --- .github/workflows/terraform-apply.yml | 2 +- .github/workflows/terraform-plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index ff2a792..6da5d5a 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -16,7 +16,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Apply" - runs-on: ubuntu-latest + runs-on: mealcraft-runners permissions: contents: read steps: diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 2d5fe35..089d930 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -14,7 +14,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Plan" - runs-on: ubuntu-latest + runs-on: mealcraft-runners permissions: contents: read pull-requests: write