"lib/bindings/vscode:/vscode.git/clone" did not exist on "bb8eaa23057266a09906f1c74347e02f9ecaadc6"
Unverified Commit e351c634 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: fix core CI not triggering for container/deps/*.txt changes (#5998)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent cb7ebdd7
...@@ -68,6 +68,10 @@ ci: &ci ...@@ -68,6 +68,10 @@ ci: &ci
- '.github/scripts/parse_buildkit_output.py' - '.github/scripts/parse_buildkit_output.py'
core: core:
# Exclude documentation files first, then include patterns override for specific paths
- '!**/*.md'
- '!**/*.rst'
- '!**/*.txt'
- *ci - *ci
- 'container/build.sh' - 'container/build.sh'
- 'container/Dockerfile' - 'container/Dockerfile'
...@@ -86,9 +90,6 @@ core: ...@@ -86,9 +90,6 @@ core:
- '*.py' - '*.py'
- '*.rs' - '*.rs'
- 'scripts/report_pytest_markers.py' - 'scripts/report_pytest_markers.py'
- '!**/*.md'
- '!**/*.rst'
- '!**/*.txt'
operator: operator:
- *ci - *ci
......
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