Skip to content

Commit 3b92f3e

Browse files
committed
story-structs > staging: corrected auto workflow settings
1 parent 71c0d2f commit 3b92f3e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/auto.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ permissions:
2727
jobs:
2828
qa:
2929
name: QA
30-
# runs-on: [self-hosted, "${{ github.event.inputs.os }}", x64, gpu]
31-
runs-on: ${{ github.event.inputs.docker-image }}
32-
33-
environment: "${{ github.event.inputs.environment }}"
30+
runs-on: ubuntu-latest
31+
environment: "local"
3432
env: {}
3533

3634
steps:

0 commit comments

Comments
 (0)