Skip to content

Commit dd5c0ef

Browse files
committed
build: run nightly build only for linux-nvme
The workflow depends on special runners which are only available for the linux-nvme project. Signed-off-by: Daniel Wagner <[email protected]>
1 parent a6ead8d commit dd5c0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-nightly-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
nightly-tests:
1111
runs-on: nvme-nvm
12+
if: github.repository == 'linux-nvme/nvme-cli'
1213
container:
1314
image: ghcr.io/linux-nvme/debian.python:latest
1415
#Expose all devices to the container through the `privileged` flag.

0 commit comments

Comments
 (0)