Skip to content

Commit

Permalink
feat(github): self-hosted fixture building
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Dec 26, 2024
1 parent 1bdec80 commit d994f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fixtures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixtures_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d994f0a

Please sign in to comment.