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 (#12134)

* feat: ci: control the use of self-hosted runners with CUSTOM_RUNNERS_ENABLED configuration variable

* Revert "feat: ci: control the use of self-hosted runners with CUSTOM_RUNNERS_ENABLED configuration variable"

This reverts commit adf5f3d.

* chore: ci: use self-hosted runners in the original repo or any fork inside the filecoin-project org
  • Loading branch information
galargh committed Jun 24, 2024
1 parent c779e30 commit 724e22e
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 724e22e

Please sign in to comment.