Skip to content
Merged
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: 3 additions & 4 deletions .github/workflows/check-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: Check playbook branches
# Runs on every PR (no paths filter) so it can be a required status check:
# a required check that is skipped by a paths filter leaves PRs stuck pending.
# It passes fast when the playbook is unchanged or standard.
on:
pull_request:
paths:
- local-antora-playbook.yml
push:
branches: [main]
paths:
- local-antora-playbook.yml

jobs:
check-branches:
Expand Down
Loading