From b286e3d35be437e1bf7ca7aae56b7a9c99c7c191 Mon Sep 17 00:00:00 2001 From: james Hart Date: Wed, 24 Jul 2024 10:48:03 +0100 Subject: [PATCH] change runs-on for manual pipeline --- .github/workflows/bootstrap-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap-actions.yml b/.github/workflows/bootstrap-actions.yml index e23a5c8..19a78b3 100644 --- a/.github/workflows/bootstrap-actions.yml +++ b/.github/workflows/bootstrap-actions.yml @@ -18,7 +18,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux, X64, hmpps-github-actions-runner] steps: - run: echo "Running a script for ${{ github.event.inputs.options }} 10 minutes" - name: Checkout code