◐ Shell
clean mode source ↗

[3.11] Introduce a gate/check GHA job (GH-97533) by webknjaz · Pull Request #107115 · python/cpython

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
(cherry picked from commit e7cd557)

Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>

webknjaz added a commit to webknjaz/cpython that referenced this pull request

Jul 23, 2023
This fixes an incorrect conflict resolution problem that happened
in 0cdc3a5 while backporting
PR python#97533 as PR python#107115 (merged prematurely). This problem caused
GitHub Actions CI/CD to crash while attempting to load the workflow
file definition, preventing the jobs that are defined in
`.github/workflows/build.yml` from actually starting.

ambv pushed a commit that referenced this pull request

Jul 23, 2023
This fixes an incorrect conflict resolution problem that happened
in 0cdc3a5 while backporting
PR #97533 as PR #107115 (merged prematurely). This problem caused
GitHub Actions CI/CD to crash while attempting to load the workflow
file definition, preventing the jobs that are defined in
`.github/workflows/build.yml` from actually starting.