Skip to content

Commit

Permalink
ci: Use public runner for test execution
Browse files Browse the repository at this point in the history
References: FLAGBIT-2
  • Loading branch information
mralexandernickel committed Feb 27, 2024
1 parent 93de2c9 commit c5f9dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ on:
push:
jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- run: make test

0 comments on commit c5f9dfc

Please sign in to comment.