Skip to content

Commit

Permalink
fix e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
opendansor committed Jun 27, 2024
1 parent 55b4d2b commit d434583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-subtensor-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d434583

Please sign in to comment.