Skip to content

Commit 02b2af2

Browse files
committed
[skip ci] fix runner name
1 parent 8d491fa commit 02b2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)