Skip to content

Commit

Permalink
Move test workflow to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed Dec 6, 2023
1 parent 2092b2a commit 056da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
runs-on: self-hosted
needs: lint
permissions:
id-token: write
Expand Down

0 comments on commit 056da29

Please sign in to comment.