mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
Maybe better to turn on never-fail immediately
This allows PRs to succeed regardless of who submitted them. Feels friendlier that way.
This commit is contained in:
6
.github/workflows/rust_perf.yml
vendored
6
.github/workflows/rust_perf.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user