Skip to content

Commit 1f077a7

Browse files
committed
Merge remote-tracking branch 'upstream/self-hosted-fixture-building' into pectra-devnet-5
2 parents c09c95c + d994f0a commit 1f077a7

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)