fix ci info mail
All checks were successful
lint, build and push / lint (push) Successful in 11s
lint, build and push / build (push) Successful in 4m45s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-24 21:42:28 +01:00
parent f4be0a7f2e
commit 565201f058

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 }} Trigger Event: ${{ GITHUB_EVENT_NAME }}
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 }} Trigger Event: ${{ GITHUB_EVENT_NAME }}