From 6d6d0b27fb316b3b99455c69178c6040099c0892 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:22:01 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/reusable-apply-infrastructure.yaml | 2 +- .github/workflows/reusable-build-application.yaml | 2 +- .github/workflows/reusable-deploy-application.yaml | 2 +- .github/workflows/reusable-destroy-infrastructure.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-apply-infrastructure.yaml b/.github/workflows/reusable-apply-infrastructure.yaml index fa50b35..f737825 100644 --- a/.github/workflows/reusable-apply-infrastructure.yaml +++ b/.github/workflows/reusable-apply-infrastructure.yaml @@ -21,7 +21,7 @@ on: jobs: apply-infrastructure: name: Apply infrastructure - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2404 environment: ${{ inputs.environment }} outputs: storageAccount: ${{ steps.deploybicep.outputs.storageAccountName }} diff --git a/.github/workflows/reusable-build-application.yaml b/.github/workflows/reusable-build-application.yaml index 4e3e4cf..8ea4c4a 100644 --- a/.github/workflows/reusable-build-application.yaml +++ b/.github/workflows/reusable-build-application.yaml @@ -23,7 +23,7 @@ jobs: defaults: run: working-directory: ./apps/${{ inputs.application }} - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2404 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/reusable-deploy-application.yaml b/.github/workflows/reusable-deploy-application.yaml index ba600ef..75f9934 100644 --- a/.github/workflows/reusable-deploy-application.yaml +++ b/.github/workflows/reusable-deploy-application.yaml @@ -21,7 +21,7 @@ jobs: defaults: run: working-directory: ./apps/${{ inputs.application }} - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2404 environment: ${{ inputs.environment }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/reusable-destroy-infrastructure.yaml b/.github/workflows/reusable-destroy-infrastructure.yaml index 4c8f1d4..5e717d2 100644 --- a/.github/workflows/reusable-destroy-infrastructure.yaml +++ b/.github/workflows/reusable-destroy-infrastructure.yaml @@ -14,7 +14,7 @@ on: jobs: destroy-infrastructure: name: Destroy infrastructure - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2404 environment: ${{ inputs.environment }} steps: - uses: actions/checkout@v4