diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dbe11c1f12..d28744b230e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,6 +224,8 @@ jobs: name: publish-test-results needs: unit-tests runs-on: ubuntu-20.04 + permissions: + checks: write # the build-and-test job might be skipped, we don't need to run this job then if: success() || failure()