Skip to content

Commit

Permalink
Revert "switch to self-hosted 🤞🏻"
Browse files Browse the repository at this point in the history
This reverts commit ae505c4.
  • Loading branch information
mashehu committed Nov 28, 2023
1 parent ae505c4 commit 1ad27a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
test:
needs: setup
if: ${{ needs.setup.outputs.run-tests == 'true' }}
runs-on: ["self-hosted"]
runs-on: ${{ needs.setup.outputs.runner }}
steps:
- uses: actions/checkout@v2
name: Check out source-code repository
Expand Down

0 comments on commit 1ad27a7

Please sign in to comment.