From 11d78a93a8e8a4d0febb60ae517a0b03979f097a Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 19 Aug 2026 23:10:23 +0000 Subject: [PATCH] Update .gitea/scoped_workflows/static-go.yaml --- .gitea/scoped_workflows/static-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/scoped_workflows/static-go.yaml b/.gitea/scoped_workflows/static-go.yaml index e4d026e..f4ae1e1 100644 --- a/.gitea/scoped_workflows/static-go.yaml +++ b/.gitea/scoped_workflows/static-go.yaml @@ -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 \ No newline at end of file