Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e03d23c8
Commit
e03d23c8
authored
Feb 07, 2025
by
J Wyman
Committed by
GitHub
Feb 06, 2025
Browse files
ci: restrict which branches & paths trigging lab testing (#96)
parent
d1d2d7e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.github/workflows/trigger_ci_pull.yml
.github/workflows/trigger_ci_pull.yml
+2
-0
.github/workflows/trigger_ci_push.yml
.github/workflows/trigger_ci_push.yml
+4
-2
No files found.
.github/workflows/trigger_ci_pull.yml
View file @
e03d23c8
...
...
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name
:
NVIDIA Test Lab (pull) Validation
on
:
pull_request
:
paths-ignore
:
...
...
.github/workflows/trigger_ci_push.yml
View file @
e03d23c8
...
...
@@ -13,13 +13,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name
:
NVIDIA Test Lab (push) Validation
on
:
push
:
branches
:
-
'
main'
-
'
r*'
paths-ignore
:
-
deploy/Kubernetes/**
-
'
deploy/Kubernetes/**'
jobs
:
mirror_repo
:
environment
:
GITLAB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment