docs(ci): document protected status contexts
All checks were successful
CI / verify (push) Successful in 45s
All checks were successful
CI / verify (push) Successful in 45s
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -1,3 +1,7 @@
|
||||
# Keep workflow name stable.
|
||||
# Branch protection and external CI references rely on:
|
||||
# - CI / verify (push)
|
||||
# - CI / verify (pull_request)
|
||||
name: CI
|
||||
|
||||
on:
|
||||
@@ -12,6 +16,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
# Keep job id stable. Renaming it changes the status context.
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user