|
@@ -4,7 +4,7 @@ on:
|
|
|
push:
|
|
push:
|
|
|
branches:
|
|
branches:
|
|
|
# - master
|
|
# - master
|
|
|
- - support/ci-for-prod
|
|
|
|
|
|
|
+ - support/apply-nextjs-2
|
|
|
paths:
|
|
paths:
|
|
|
- .github/workflows/ci-app-prod.yml
|
|
- .github/workflows/ci-app-prod.yml
|
|
|
- .github/workflows/reusable-app-prod.yml
|
|
- .github/workflows/reusable-app-prod.yml
|
|
@@ -19,7 +19,8 @@ on:
|
|
|
- packages/plugin-**
|
|
- packages/plugin-**
|
|
|
pull_request:
|
|
pull_request:
|
|
|
branches:
|
|
branches:
|
|
|
- - master
|
|
|
|
|
|
|
+ # - master
|
|
|
|
|
+ - support/apply-nextjs-2
|
|
|
types: [opened, reopened, synchronize]
|
|
types: [opened, reopened, synchronize]
|
|
|
paths:
|
|
paths:
|
|
|
- .github/workflows/ci-app-prod.yml
|
|
- .github/workflows/ci-app-prod.yml
|
|
@@ -38,7 +39,7 @@ jobs:
|
|
|
|
|
|
|
|
test-prod-node14:
|
|
test-prod-node14:
|
|
|
# uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/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
|
|
|
|
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/apply-nextjs-2
|
|
|
with:
|
|
with:
|
|
|
node-version: 14.x
|
|
node-version: 14.x
|
|
|
skip-cypress: true
|
|
skip-cypress: true
|
|
@@ -48,7 +49,7 @@ jobs:
|
|
|
|
|
|
|
|
test-prod-node16:
|
|
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
|
|
|
|
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/apply-nextjs-2
|
|
|
with:
|
|
with:
|
|
|
node-version: 16.x
|
|
node-version: 16.x
|
|
|
# skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) && contains( github.event.pull_request.labels.*.name, 'github_actions' ) }}
|
|
# skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) && contains( github.event.pull_request.labels.*.name, 'github_actions' ) }}
|