Gitea Actions does not support YAML anchors/aliases, so workflows using &linux/*linux fail to parse.
This replaces the anchor with a plain runs-on: ubuntu-24.04 in all 22 jobs in test.yml.
Gitea Actions does not support YAML anchors/aliases, so workflows using `&linux`/`*linux` fail to parse.
This replaces the anchor with a plain `runs-on: ubuntu-24.04` in all 22 jobs in test.yml.
Gitea Actions does not support YAML anchors/aliases, which causes the
workflow to fail parsing. Replace the &linux/*linux anchor with a plain
runs-on: ubuntu-24.04.
Instead of replacing the anchored runs-on with a plain ubuntu-24.04
(which drops the namespace-profile-tinygrad routing for collaborator
PRs), inline the full ${{ }} expression at every job. No YAML anchors,
works with runners that can't parse them (gitea runner), and identical
behavior on GitHub Actions.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Gitea Actions does not support YAML anchors/aliases, so workflows using
&linux/*linuxfail to parse.This replaces the anchor with a plain
runs-on: ubuntu-24.04in all 22 jobs in test.yml.Instead of replacing the anchored runs-on with a plain ubuntu-24.04 (which drops the namespace-profile-tinygrad routing for collaborator PRs), inline the full ${{ }} expression at every job. No YAML anchors, works with runners that can't parse them (gitea runner), and identical behavior on GitHub Actions.b29e76c00eto1655b22d97Pull request closed