Skip to content

Commit 768dcd8

Browse files
committed
One more try
1 parent c047f55 commit 768dcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
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
8585
- name: run gtest bare metal
86-
if: never()
86+
if: false
8787
env:
8888
NIGHTLY: 1
8989
EXIT_ON_FAILURE: 0

0 commit comments

Comments
 (0)