From 4ccfdb1639a99e36f78469b05eb8625e6950c1de Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 27 Mar 2025 19:46:30 +0200 Subject: [PATCH] Kill test environment ...not sure why we added it in the first place, but it spams PRs all the time. --- .github/workflows/rust_perf.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index 331805aa7..1d6cd6f25 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -12,7 +12,6 @@ env: jobs: bench: runs-on: ubuntu-latest - environment: test steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v4 @@ -67,7 +66,6 @@ jobs: clickbench: runs-on: ubuntu-latest - environment: test steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v4