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.
2 parents c09c95c + d994f0a commit 1f077a7Copy full SHA for 1f077a7
.github/workflows/fixtures.yaml
@@ -20,7 +20,7 @@ jobs:
20
echo "features=$(grep -Po "^[0-9a-zA-Z_\-]+" ./.github/configs/feature.yaml | jq -R . | jq -cs .)" >> "$GITHUB_OUTPUT"
21
build:
22
needs: features
23
- runs-on: ubuntu-latest
+ runs-on: self-hosted
24
strategy:
25
matrix:
26
name: ${{ fromJson(needs.features.outputs.features) }}
.github/workflows/fixtures_feature.yaml
@@ -23,7 +23,7 @@ jobs:
echo names=${names}
echo names=${names} >> "$GITHUB_OUTPUT"
27
needs: feature-names
28
29
0 commit comments