mirror of https://github.com/commaai/tinygrad.git
don't try to run benchmark on forks (#1507)
This commit is contained in:
parent
c417cd3c97
commit
65b65b760b
|
@ -10,6 +10,7 @@ jobs:
|
|||
testmacbenchmark:
|
||||
name: Mac Benchmark
|
||||
runs-on: [self-hosted, macOS]
|
||||
if: github.repositor.owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
|
@ -46,6 +47,7 @@ jobs:
|
|||
testamdbenchmark:
|
||||
name: AMD Benchmark
|
||||
runs-on: [self-hosted, Linux]
|
||||
if: github.repositor.owner == 'tinygrad'
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue