Skip to content

Commit 299ed91

Browse files
author
Roman
committed
run all tests without cron
1 parent c075065 commit 299ed91

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
@@ -130,7 +130,7 @@ jobs:
130130
131131
132132
cron-run-non-fast-blocks-e2e-test:
133-
if: github.event_name == 'schedule' && needs.build-patched-image.outputs.image_built == 'true'
133+
if: github.event_name == 'schedule'
134134
name: "NFB: ${{ matrix.test-file }} / Python ${{ matrix.python-version }}"
135135
needs:
136136
- find-tests

0 commit comments

Comments
 (0)