Skip to content

Commit

Permalink
Run job on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmage committed Feb 11, 2024
1 parent 4979ad5 commit ec95513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tests:
name: Run all tests
runs-on: ubuntu-latest
runs-on: [self-hosted, large]
outputs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
steps:
Expand Down

0 comments on commit ec95513

Please sign in to comment.