Remove the pkgcheck for now to fix the docker races
All checks were successful
yandex-music / check-and-update (push) Successful in 5m40s

This commit is contained in:
2026-02-06 02:01:41 +03:00
parent 8c0fcf1553
commit ffff17200a

View File

@@ -40,11 +40,6 @@ jobs:
- name: Build new manifests - name: Build new manifests
uses: ./.gitea/actions/pkgdev-manifest uses: ./.gitea/actions/pkgdev-manifest
- name: Check repo for validity
uses: pkgcore/pkgcheck-action@v1
with:
args: --keywords=-RedundantVersion media-sound/yandex-music
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
if: ${{steps.latest.outputs.message != '' || steps.cleanup.outputs.message != ''}} if: ${{steps.latest.outputs.message != '' || steps.cleanup.outputs.message != ''}}