From 25ecb9db77371b231c8f41a2400c2db97922b435 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 21 Dec 2021 22:45:29 +0000 Subject: [PATCH] cleanup pipelines, integration tests only --- .github/workflows/cloud-runner-aws-integration-tests.yml | 2 +- .github/workflows/cloud-runner-k8s-integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-integration-tests.yml b/.github/workflows/cloud-runner-aws-integration-tests.yml index 454507a0..d7d673ea 100644 --- a/.github/workflows/cloud-runner-aws-integration-tests.yml +++ b/.github/workflows/cloud-runner-aws-integration-tests.yml @@ -1,4 +1,4 @@ -name: Cloud Runner - AWS Integration Tests +name: AWS Integration Tests (Cloud Runner) on: push: { branches: [main, aws, remote-builder/unified-providers] } diff --git a/.github/workflows/cloud-runner-k8s-integration-tests.yml b/.github/workflows/cloud-runner-k8s-integration-tests.yml index 3c70514d..f5245425 100644 --- a/.github/workflows/cloud-runner-k8s-integration-tests.yml +++ b/.github/workflows/cloud-runner-k8s-integration-tests.yml @@ -1,4 +1,4 @@ -name: Cloud Runner - Kubernetes Integration Tests +name: K8s Integration Tests (Cloud Runner) on: push: { branches: [remote-builder/k8s, remote-builder/unified-providers] }