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