diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 80abad885..176c5bd25 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,8 +13,9 @@ concurrency: name: Benchmark jobs: test: - name: Test with tox - runs-on: ubuntu-latest + name: Benchmark with codspeed + if: ${{ github.repository_owner == 'deepmodeling' }} + runs-on: codspeed-macro steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5