Update .gitea/scoped_workflows/static-go.yaml

This commit is contained in:
alu
2026-08-19 23:10:23 +00:00
parent a91c56b0e6
commit 11d78a93a8
+1 -1
View File
@@ -53,5 +53,5 @@ jobs:
if: >
steps.static-go-vet.outcome != 'success' ||
steps.static-go-staticcheck.outcome != 'success' ||
steps.static-go-govulncheck != 'success'
steps.static-go-govulncheck.outcome != 'success'
run: exit 1