fix: needs check
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
trev 2025-05-17 01:20:56 -04:00
parent 62358e100c
commit bf13344cbe

View File

@ -68,7 +68,7 @@ jobs:
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
package:
runs-on: ubuntu-latest
needs: release # Wait for binary cache to propagate
needs: check # Wait for binary cache to propagate
steps:
- name: Checkout
uses: actions/checkout@v4