diff options
| author | Jun Aruga <jaruga@redhat.com> | 2024-09-02 14:47:18 +0200 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2024-09-02 15:36:09 +0200 |
| commit | 4303a02f46fd37c0e70eb95b6703d44406691c34 (patch) | |
| tree | 3f3bad2bfd572082c153bb89f171be72fbb1c165 | |
| parent | c853e48fc17e906c8965d76e09e4553923e4dd75 (diff) | |
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.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11509
| -rw-r--r-- | .github/workflows/windows.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dde781b9ee..190710d745 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: |
