From d4345838a7d5c048d205f6f8fc143b96286f9e02 Mon Sep 17 00:00:00 2001 From: opendansor Date: Wed, 26 Jun 2024 22:51:52 -0700 Subject: [PATCH] fix e2e ci --- .github/workflows/e2e-subtensor-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-subtensor-tests.yaml b/.github/workflows/e2e-subtensor-tests.yaml index 1d9c601fd3..20073e864e 100644 --- a/.github/workflows/e2e-subtensor-tests.yaml +++ b/.github/workflows/e2e-subtensor-tests.yaml @@ -27,7 +27,7 @@ jobs: # Job to find all test files find-tests: runs-on: ubuntu-latest - if: github.event.pull_request.draft == false && github.event_name != 'pull_request' + if: github.event.pull_request.draft == false || github.event_name != 'pull_request' outputs: test-files: ${{ steps.get-tests.outputs.test-files }} steps: