diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 948db2b..b1f00e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: validate-ui-and-storage: runs-on: self-hosted needs: validate-core - if: always() + if: github.event_name != 'push' steps: - name: Checkout Code