From 2cea85c13ba8ebf9deaf2b60e239d5f03c671466 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 20 Jan 2025 19:09:17 +0200 Subject: [PATCH] =?UTF-8?q?github:=20Disable=20failing=20Nyrki=C3=B6=20wor?= =?UTF-8?q?kflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can revert this patch once the following issue is fixed: https://github.com/nyrkio/nyrkio/issues/304 --- .github/workflows/push_only.yml | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/push_only.yml diff --git a/.github/workflows/push_only.yml b/.github/workflows/push_only.yml deleted file mode 100644 index 4cac47f0..00000000 --- a/.github/workflows/push_only.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Benchmarks+Nyrkiö - -# Pull request support isn't integrated to the github-action-benchmark so run only post-merge -on: - push: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - bench: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Bench - run: cargo bench | tee output.txt - - - name: Analyze benchmark result with Nyrkiö - uses: nyrkio/github-action-benchmark@ec6fe57d80fd83c83c10c6ef3f53899ce993aebb - with: - name: turso - tool: criterion - output-file-path: output.txt - fail-on-alert: true - # Nyrkiö configuration - nyrkio-enable: true - # Get yours from https://nyrkio.com/docs/getting-started - nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} - - # Old way... - # Explicitly set this to null. We don't want threshold based alerts today. - external-data-json-path: null - gh-repository: null