chore(.github): disable tests on next-api, add label (#48435)

This commit is contained in:
Shaun Hamilton
2022-11-08 18:55:45 +00:00
committed by Mrugesh Mohapatra
parent 5f73773cd4
commit caf5dd72f9
3 changed files with 7 additions and 0 deletions

1
.github/labeler.yml vendored
View File

@@ -9,6 +9,7 @@
'platform: api':
- api-server/**/*
- api/**/*
'scope: tools/scripts':
- cypress/**/*

View File

@@ -5,9 +5,12 @@ on:
- 'docs/**'
branches-ignore:
- 'renovate/**'
- 'next-api'
pull_request:
paths-ignore:
- 'docs/**'
branches-ignore:
- 'next-api'
jobs:
build-client:

View File

@@ -5,7 +5,10 @@ on:
push:
branches-ignore:
- 'renovate/**'
- 'next-api'
pull_request:
branches-ignore:
- 'next-api'
permissions:
contents: read