"deploy/vscode:/vscode.git/clone" did not exist on "8cb47d04d2d599bd963b0cb277a0f81dea957de8"
Unverified Commit 228c6871 authored by Alec's avatar Alec Committed by GitHub
Browse files

ci: exclude dev container from CI triggers (#5495)


Signed-off-by: default avataralec-flowers <aflowers@nvidia.com>
parent ca31b3aa
......@@ -57,6 +57,7 @@ ignore:
- 'container/Dockerfile.local_dev'
- 'container/run.sh'
- 'container/use-sccache.sh'
- 'container/dev/**'
ci: &ci
- '.github/workflows/**'
......@@ -69,7 +70,6 @@ core:
- 'container/build.sh'
- 'container/Dockerfile'
- '.dockerignore'
- 'container/dev/**'
- 'container/deps/*'
- '.cargo/config.toml'
- 'lib/**'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment