We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c075065 commit 299ed91Copy full SHA for 299ed91
.github/workflows/e2e-subtensor-tests.yaml
@@ -130,7 +130,7 @@ jobs:
130
131
132
cron-run-non-fast-blocks-e2e-test:
133
- if: github.event_name == 'schedule' && needs.build-patched-image.outputs.image_built == 'true'
+ if: github.event_name == 'schedule'
134
name: "NFB: ${{ matrix.test-file }} / Python ${{ matrix.python-version }}"
135
needs:
136
- find-tests
0 commit comments