We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b941d0 commit c6c0b2aCopy full SHA for c6c0b2a
.github/workflows/deploy.yaml
@@ -33,7 +33,7 @@ jobs:
33
github.event_name == 'pull_request' ||
34
github.event_name == 'push' ||
35
github.event_name == 'workflow_dispatch' && inputs.command == 'build'
36
- runs-on: fusionauth-builder
+ runs-on: fusionauth-standard
37
steps:
38
- name: checkout
39
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
46
if: |
47
github.event_name == 'workflow_dispatch' &&
48
(inputs.command == 'release' || inputs.command == 'publish')
49
50
51
52
0 commit comments