From cf971cb6c2692eeed31995dce91aa6295489978f Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Mon, 10 Feb 2025 22:47:14 +0200 Subject: [PATCH] Maybe better to turn on never-fail immediately This allows PRs to succeed regardless of who submitted them. Feels friendlier that way. --- .github/workflows/rust_perf.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index f34b90bec..7dc2bb111 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -48,6 +48,11 @@ jobs: comment-always: false # Nyrkiƶ configuration nyrkio-enable: true + # Get yours from https://nyrkio.com/docs/getting-started + nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} + # You may not want share the NYRKIO_JWT_TOKEN token with pull requests, for example. + # In that case this task would unnecessarily fail for random contributors. Don't want that: + never-fail: true # Make results and change points public, so that any oss contributor can see them nyrkio-public: true @@ -66,4 +71,3 @@ jobs: # Explicitly set this to null. We don't want threshold based alerts today. external-data-json-path: null gh-repository: null -