Skip to content

Commit

Permalink
self-host
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 22, 2024
1 parent 17c34f9 commit 044e43f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
echo "matrix=$(cat config.json)" >> $GITHUB_OUTPUT
run-matrix:
needs: configure
# runs-on: self-hosted
runs-on: ubuntu
runs-on: self-hosted
strategy:
matrix:
x: ${{ fromJson(needs.configure.outputs.matrix) }}
Expand Down

0 comments on commit 044e43f

Please sign in to comment.