## Description Unfortunately the method of manually calling CI on the PR branch used by #1907 doesn't count as status check of that PR (#1924), probably because the called workflow inherits the context of the calling workflow, which is not triggered by the PR. I read the docs and the most straightforward solution is using a PAT, which does trigger the pull_request event. Alternatively you can open PR with a custom github app, which is more complicated but allows the app to bypass ruleset and commit directly to main. Or just disable mandatory status checks. ## Linked Issues ## Additional Context <!-- e.g. is there anything you'd like reviewers to focus on? --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Rin <shinohara-rin@users.noreply.github.com>