From e4ecdf3f2b98ac799709317bed6bb91188afa89a Mon Sep 17 00:00:00 2001 From: Kirill Azovtsev Date: Wed, 7 Aug 2024 10:57:30 +0300 Subject: [PATCH] disable zombie tests for main ci workflow except master and tags --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b196b8570..376d74f754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -340,6 +340,10 @@ jobs: runs-on: [ actions-runner-controller ] timeout-minutes: 60 needs: [kagome_dev_docker_build] + if: ${{ + github.ref == 'refs/heads/master' || + startsWith( github.ref, 'refs/tags/') || + github.event.inputs.run_all_steps == 'true' }} strategy: fail-fast: false matrix: