Skip to content

Commit 98ab70b

Browse files
author
Roman
committed
if
1 parent d746cf2 commit 98ab70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Looking for e2e tests
3030
find-tests:
3131
runs-on: ubuntu-latest
32-
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
32+
if: ${{ github.event.pull_request.draft == false }}
3333
outputs:
3434
test-files: ${{ steps.get-tests.outputs.test-files }}
3535
steps:

0 commit comments

Comments
 (0)