Skip to content

Github Actions uses fixed job names for branch protection rules #1

Github Actions uses fixed job names for branch protection rules

Github Actions uses fixed job names for branch protection rules #1

Workflow file for this run

name: summary
on:
pull_request:
jobs:
enforce-all-checks:
runs-on: ubuntu-latest
permissions:
checks: read
steps:
- name: GitHub Checks
uses: poseidon/wait-for-status-checks@v0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}