"...internal/controller/dynamographdeployment_controller.go" did not exist on "de77d3f9b5e128d6bbd15793b34faeca8cc30ba0"
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 @@ ...@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
name: NVIDIA Test Lab (pull) Validation
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
......
...@@ -13,13 +13,15 @@ ...@@ -13,13 +13,15 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
name: NVIDIA Test Lab (push) Validation
on: on:
push: push:
branches: branches:
- 'main' - 'main'
- 'r*'
paths-ignore: paths-ignore:
- deploy/Kubernetes/** - 'deploy/Kubernetes/**'
jobs: jobs:
mirror_repo: mirror_repo:
environment: GITLAB 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