|
|
@@ -16,27 +16,28 @@ on:
|
|
|
- packages/slack/**
|
|
|
- packages/ui/**
|
|
|
- packages/plugin-**
|
|
|
- # pull_request:
|
|
|
- # branches:
|
|
|
- # - master
|
|
|
- # types: [opened, reopened, synchronize]
|
|
|
- # paths:
|
|
|
- # - .github/workflows/ci-app-prod.yml
|
|
|
- # - .github/workflows/reusable-app-prod.yml
|
|
|
- # - .github/workflows/reusable-app-reg-suit.yml
|
|
|
- # - tsconfig.base.json
|
|
|
- # - yarn.lock
|
|
|
- # - packages/app/**
|
|
|
- # - '!packages/app/docker/**'
|
|
|
- # - packages/core/**
|
|
|
- # - packages/slack/**
|
|
|
- # - packages/ui/**
|
|
|
- # - packages/plugin-**
|
|
|
+ pull_request:
|
|
|
+ branches:
|
|
|
+ - master
|
|
|
+ types: [opened, reopened, synchronize]
|
|
|
+ paths:
|
|
|
+ - .github/workflows/ci-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-prod.yml
|
|
|
+ - .github/workflows/reusable-app-reg-suit.yml
|
|
|
+ - tsconfig.base.json
|
|
|
+ - yarn.lock
|
|
|
+ - packages/app/**
|
|
|
+ - '!packages/app/docker/**'
|
|
|
+ - packages/core/**
|
|
|
+ - packages/slack/**
|
|
|
+ - packages/ui/**
|
|
|
+ - packages/plugin-**
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
test-prod-node14:
|
|
|
- uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
+ # uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/master
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/ci-for-prod
|
|
|
with:
|
|
|
node-version: 14.x
|
|
|
skip-cypress: true
|
|
|
@@ -45,7 +46,8 @@ jobs:
|
|
|
|
|
|
|
|
|
test-prod-node16:
|
|
|
- uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
+ # uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/ci-for-prod
|
|
|
with:
|
|
|
node-version: 16.x
|
|
|
skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) && contains( github.event.pull_request.labels.*.name, 'github_actions' ) }}
|