Skip to content

Commit

Permalink
Fix the above
Browse files Browse the repository at this point in the history
  • Loading branch information
top-sekret committed May 29, 2023
1 parent 9d78832 commit b7db6b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
test:
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
Expand Down

0 comments on commit b7db6b0

Please sign in to comment.