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 c047f55 commit 768dcd8Copy full SHA for 768dcd8
.github/workflows/nightly-tests.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
tests/validation/.venv/bin/python3 -m pytest --topology_config=tests/validation/configs/topology_config.yaml --test_config=tests/validation/configs/test_config.yaml -m skip_nightly --template=html/index.html --report=report.html
85
- name: run gtest bare metal
86
- if: never()
+ if: false
87
env:
88
NIGHTLY: 1
89
EXIT_ON_FAILURE: 0
0 commit comments