Commit e03d23c8 authored by J Wyman's avatar J Wyman Committed by GitHub
Browse files

ci: restrict which branches & paths trigging lab testing (#96)

parent d1d2d7e3
......@@ -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:
......
......@@ -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
......
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