mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
chore(.github): disable tests on next-api, add label (#48435)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
5f73773cd4
commit
caf5dd72f9
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@@ -9,6 +9,7 @@
|
||||
|
||||
'platform: api':
|
||||
- api-server/**/*
|
||||
- api/**/*
|
||||
|
||||
'scope: tools/scripts':
|
||||
- cypress/**/*
|
||||
|
||||
3
.github/workflows/e2e-web.yml
vendored
3
.github/workflows/e2e-web.yml
vendored
@@ -5,9 +5,12 @@ on:
|
||||
- 'docs/**'
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
- 'next-api'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
branches-ignore:
|
||||
- 'next-api'
|
||||
|
||||
jobs:
|
||||
build-client:
|
||||
|
||||
3
.github/workflows/node.js-tests.yml
vendored
3
.github/workflows/node.js-tests.yml
vendored
@@ -5,7 +5,10 @@ on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
- 'next-api'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'next-api'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user