From 2a05fca7f70ef99cd4cabf8a71a81f71d16da011 Mon Sep 17 00:00:00 2001 From: Bircck <55695195+Bircck@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:31:38 +0200 Subject: [PATCH] Rename the CI job to ci so the required status check is satisfied --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b8006..1354361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Check PR +name: CI on: pull_request: @@ -7,7 +7,10 @@ on: - main jobs: - run-ci: + # The job key is the status check context. The org ruleset context-and-oss-required-ci + # requires exactly `ci`, so keep this key as is: no `name:`, no matrix, and no `if:` that + # can skip the job on a pull request. + ci: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: windows-latest