changed Files: .gitea/workflows/build.yaml
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
4ddabbb53f
commit
b24415ca96
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
|
||||||
|
|
Loading…
Reference in a new issue