Skip to content

Commit ffa23bc

Browse files
committed
[skip ci] fix runner name
1 parent df61c9b commit ffa23bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: |
2626
github.event_name == 'workflow_dispatch' &&
2727
(inputs.command == 'release' || inputs.command == 'publish')
28-
runs-on: fusionauth-builder
28+
runs-on: fusionauth-standard
2929
steps:
3030
- name: checkout
3131
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
run_tests:
20-
runs-on: fusionauth-builder
20+
runs-on: fusionauth-standard
2121
env:
2222
FUSIONAUTH_URL: http://localhost:9011
2323
FUSIONAUTH_API_KEY: bf69486b-4733-4470-a592-f1bfce7af580

0 commit comments

Comments
 (0)