From caf5dd72f9c1f25d55d5d03d8edaf2e324fdb968 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Tue, 8 Nov 2022 18:55:45 +0000 Subject: [PATCH] chore(.github): disable tests on `next-api`, add label (#48435) --- .github/labeler.yml | 1 + .github/workflows/e2e-web.yml | 3 +++ .github/workflows/node.js-tests.yml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index bb075a63d75..cae5f5099b4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,6 +9,7 @@ 'platform: api': - api-server/**/* + - api/**/* 'scope: tools/scripts': - cypress/**/* diff --git a/.github/workflows/e2e-web.yml b/.github/workflows/e2e-web.yml index 1726fa47111..c014b5e96e2 100644 --- a/.github/workflows/e2e-web.yml +++ b/.github/workflows/e2e-web.yml @@ -5,9 +5,12 @@ on: - 'docs/**' branches-ignore: - 'renovate/**' + - 'next-api' pull_request: paths-ignore: - 'docs/**' + branches-ignore: + - 'next-api' jobs: build-client: diff --git a/.github/workflows/node.js-tests.yml b/.github/workflows/node.js-tests.yml index cd01d4c7836..f6d59c6ec7e 100644 --- a/.github/workflows/node.js-tests.yml +++ b/.github/workflows/node.js-tests.yml @@ -5,7 +5,10 @@ on: push: branches-ignore: - 'renovate/**' + - 'next-api' pull_request: + branches-ignore: + - 'next-api' permissions: contents: read