Skip to content

Commit

Permalink
Bench
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Oct 16, 2024
1 parent fa23a35 commit 3b374ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ jobs:
# Only run Windows tests on the final push. They are very unlikely to break
# at runtime (we build them anyway), but take quite a bit longer than Linux
# based ones.
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
name: Build test artifacts for Windows
runs-on: ubuntu-22.04
env:
Expand Down Expand Up @@ -355,7 +354,6 @@ jobs:
# Only run benchmarks on the final push. They are generally only
# informative because the GitHub Runners do not provide a stable
# performance baseline anyway.
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
name: Benchmark
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 3b374ce

Please sign in to comment.