chore: ci: use self-hosted runners in the original repo or any fork inside 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 adf5f3d2cb46e0415f0da90a52bbb1ba73879025. * chore: ci: use self-hosted runners in the original repo or any fork inside the filecoin-project org
This commit is contained in:
parent
c779e30252
commit
724e22e567
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
needs: [discover, cache]
|
needs: [discover, cache]
|
||||||
name: Test (${{ matrix.name }})
|
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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user