Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check PR
name: CI

on:
pull_request:
Expand All @@ -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
Expand Down
Loading