From 2b4141acf8a3a99bd6e0c2c1f900b4de5fdf7b4a Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 11:10:01 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index fa904d6..4e87698 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \ -schema-location 'https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/kustomization.json' - name: Telegram notify on failure - #if: failure() + if: failure() uses: appleboy/telegram-action@master with: to: ${{ secrets.TELEGRAM_TO }}