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
13 changes: 5 additions & 8 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
# public repo never touches a self-hosted runner.
name: Self test

# No `paths:` filter on purpose. The run takes about 15 seconds, and two of the
# checks read files a filter would have to list: the preset check compares the
# README runner table against the picker, so a README-only change can break it.
# A filter also makes this unusable as a required check, since a filtered-out
# pull request produces no check run at all and could never merge.
on:
pull_request:
paths:
- 'actions/**'
- '.github/workflows/**'
- 'default.json5'
- '.releaserc.json'
- 'renovate.json'
- 'package.json'
- 'package-lock.json'
push:
branches: [main]
workflow_dispatch:
Expand Down