Skip to content

Commit

Permalink
run the bootstrap action on a self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 24, 2024
1 parent abdfa8f commit 66de9b6
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 @@ -41,7 +41,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: [self-hosted, hmpps-github-actions-runner]
steps:
- run: echo "Running ${{ github.event.inputs.options }} component ${{ github.event.inputs.component }}"
- name: Install jq
Expand Down

0 comments on commit 66de9b6

Please sign in to comment.