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
5 changes: 5 additions & 0 deletions .github/workflows/runner-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
pull_request:
push:
branches: [main]
# Lets the gate be re-run without a push. Needed because a run that fails to
# resolve the reusable workflow produces no jobs, and GitHub refuses to retry
# a jobless run -- which is exactly the state every public repo's gate was in
# while github-policy was private.
workflow_dispatch:

jobs:
runner-policy:
Expand Down