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:
Henrik Ingo
2025-02-10 22:47:14 +02:00
parent b356a84d69
commit cf971cb6c2

View File

@@ -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