Skip to content

Commit

Permalink
[skip ci] fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jul 29, 2024
1 parent 3b941d0 commit c6c0b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
github.event_name == 'pull_request' ||
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' && inputs.command == 'build'
runs-on: fusionauth-builder
runs-on: fusionauth-standard
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' &&
(inputs.command == 'release' || inputs.command == 'publish')
runs-on: fusionauth-builder
runs-on: fusionauth-standard
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c6c0b2a

Please sign in to comment.