Skip to content

Commit

Permalink
change runs-on for manual pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 24, 2024
1 parent f2fc6da commit b286e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b286e3d

Please sign in to comment.