diff --git a/.github/workflows/fixtures.yaml b/.github/workflows/fixtures.yaml index 759c5d624c7..d9410b26c87 100644 --- a/.github/workflows/fixtures.yaml +++ b/.github/workflows/fixtures.yaml @@ -20,7 +20,7 @@ jobs: echo "features=$(grep -Po "^[0-9a-zA-Z_\-]+" ./.github/configs/feature.yaml | jq -R . | jq -cs .)" >> "$GITHUB_OUTPUT" build: needs: features - runs-on: ubuntu-latest + runs-on: self-hosted strategy: matrix: name: ${{ fromJson(needs.features.outputs.features) }} diff --git a/.github/workflows/fixtures_feature.yaml b/.github/workflows/fixtures_feature.yaml index 4798c68f644..d2dc04a8fc2 100644 --- a/.github/workflows/fixtures_feature.yaml +++ b/.github/workflows/fixtures_feature.yaml @@ -23,7 +23,7 @@ jobs: echo names=${names} echo names=${names} >> "$GITHUB_OUTPUT" build: - runs-on: ubuntu-latest + runs-on: self-hosted needs: feature-names strategy: matrix: