Skip to content

Commit d994f0a

Browse files
committed
feat(github): self-hosted fixture building
1 parent 1bdec80 commit d994f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fixtures.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "features=$(grep -Po "^[0-9a-zA-Z_\-]+" ./.github/configs/feature.yaml | jq -R . | jq -cs .)" >> "$GITHUB_OUTPUT"
2121
build:
2222
needs: features
23-
runs-on: ubuntu-latest
23+
runs-on: self-hosted
2424
strategy:
2525
matrix:
2626
name: ${{ fromJson(needs.features.outputs.features) }}

.github/workflows/fixtures_feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo names=${names}
2424
echo names=${names} >> "$GITHUB_OUTPUT"
2525
build:
26-
runs-on: ubuntu-latest
26+
runs-on: self-hosted
2727
needs: feature-names
2828
strategy:
2929
matrix:

0 commit comments

Comments
 (0)