We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ead8d commit dd5c0efCopy full SHA for dd5c0ef
1 file changed
.github/workflows/run-nightly-tests.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
nightly-tests:
11
runs-on: nvme-nvm
12
+ if: github.repository == 'linux-nvme/nvme-cli'
13
container:
14
image: ghcr.io/linux-nvme/debian.python:latest
15
#Expose all devices to the container through the `privileged` flag.
0 commit comments