Skip to content

Commit

Permalink
chore: ci: use self-hosted runners in the original repo or any fork i…
Browse files Browse the repository at this point in the history
…nside the filecoin-project org
  • Loading branch information
galargh committed Jun 24, 2024
1 parent 6e256c9 commit c538de5
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 @@ -235,7 +235,7 @@ jobs:
test:
needs: [discover, cache]
name: Test (${{ matrix.name }})
runs-on: ${{ github.repository == 'filecoin-project/lotus' && matrix.runner || 'ubuntu-latest' }}
runs-on: ${{ github.repository_owner == 'filecoin-project' && matrix.runner || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c538de5

Please sign in to comment.