Revert "changed Files: .gitea/workflows/build.yaml"
Some checks failed
lint, build and push / lint (push) Successful in 7s
lint, build and push / build (push) Has been cancelled

This reverts commit b24415ca96.
This commit is contained in:
Michael Grote 2024-11-24 21:41:42 +01:00
parent b24415ca96
commit f4be0a7f2e

View file

@ -39,7 +39,7 @@ jobs:
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Job: ${{ github.action }} Job: ${{ github.action }}
Status: ${{ job.status }} Status: ${{ job.status }}
Source: ${{ github.head_ref }}
build: build:
needs: [gitleaks, hadolint] # shellcheck needs: [gitleaks, hadolint] # shellcheck
@ -88,4 +88,4 @@ jobs:
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Job: ${{ github.action }} Job: ${{ github.action }}
Status: ${{ job.status }} Status: ${{ job.status }}
Source: ${{ github.head_ref }}