-
Notifications
You must be signed in to change notification settings - Fork 253
Description
The #408 update of GitHub Actions has been merged into master. I also tried cherry-picking this commit to #416, and the new actions were executed successfully, but two old outdated actions (build 3.7 and build 3.8) seem still to be executed also, and since those fail, it blocks merging. How can I disable old actions after updating old branches with these new actions? @martinrieder @amotl @tobiasfalk @formatc1702 or anyone else?
Could my problem be related to this? https://github.com/orgs/community/discussions/26256
Originally posted by @kvid in #408 (comment)
This accepted answer seems relevant: https://stackoverflow.com/questions/67743583/how-can-i-stop-github-actions-from-requiring-old-nodejs-builds
I find the old actions as required before merging into dev
or master
, and it seems I can remove them as required, but I don't find the new actions to replace them. What am I missing?
Update: I probably need to cherry-pick the squash commit from mege-in of this PR also into the target dev
branch before correcting the branch protecting rules, but I must wait testing this until I have access to my PC again.
Originally posted by @kvid in #408 (comment)
This issue is currently blocking all PRs from passing required actions.