CI: windows.yml: Drop pull-request - path-ignore.
It's to avoid the stucking "Windows result" job. It seems only the files included in the list of the pull-request - path-ignore, GitHub Actions "Windows result" permanently waits for the jobs that don't exist.
This commit is contained in:
parent
c853e48fc1
commit
4303a02f46
Notes:
git
2024-09-02 13:36:30 +00:00
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -9,13 +9,8 @@ on:
|
||||
- '**/.document'
|
||||
- '.*.yml'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**/man/*'
|
||||
- '**.md'
|
||||
- '**.rdoc'
|
||||
- '**/.document'
|
||||
- '.*.yml'
|
||||
# Do not use paths-ignore for required status checks
|
||||
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
|
||||
merge_group:
|
||||
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user