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:
@@ -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:
|
||||
@@ -9,6 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
# Keep job id stable. Renaming it changes the status context.
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
WORKSPACE_DIR: ${{ github.workspace }}/repo
|
||||
|
||||
Reference in New Issue
Block a user