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 }}