Skip to content

Commit c6c0b2a

Browse files
committed
[skip ci] fix runner name
1 parent 3b941d0 commit c6c0b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
github.event_name == 'pull_request' ||
3434
github.event_name == 'push' ||
3535
github.event_name == 'workflow_dispatch' && inputs.command == 'build'
36-
runs-on: fusionauth-builder
36+
runs-on: fusionauth-standard
3737
steps:
3838
- name: checkout
3939
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
if: |
4747
github.event_name == 'workflow_dispatch' &&
4848
(inputs.command == 'release' || inputs.command == 'publish')
49-
runs-on: fusionauth-builder
49+
runs-on: fusionauth-standard
5050
steps:
5151
- name: checkout
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)