fix: remove action job require

This commit is contained in:
Troy 2025-02-27 13:04:23 +00:00
parent ed4313a011
commit a9850e2214
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -16,8 +16,6 @@ permissions:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
needs:
- run-tests
steps:
- name: Checkout repository
uses: actions/checkout@v4