From 47015c305063d13247c754459c4c51775fa96dfe Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Mon, 1 Jun 2026 16:14:40 +0200 Subject: [PATCH] Remove push trigger from sanity workflow Sanity should only run on open PRs, not after they are merged to main. --- .github/workflows/main.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 92341993..1ec1fe46 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,10 +1,6 @@ name: main on: workflow_dispatch: - push: - branches: - - 'main' - - 'dev' pull_request: types: [opened, edited, synchronize, reopened] @@ -237,4 +233,4 @@ jobs: - name: fv run: make create-cluster-infra fv-namespace env: - FV: true \ No newline at end of file + FV: true