|
|
@@ -5,7 +5,6 @@ on:
|
|
|
branches:
|
|
|
- master
|
|
|
- dev/7.*.x
|
|
|
- - support/playwright-test
|
|
|
paths:
|
|
|
- .github/mergify.yml
|
|
|
- .github/workflows/ci-app-prod.yml
|
|
|
@@ -41,7 +40,7 @@ concurrency:
|
|
|
jobs:
|
|
|
|
|
|
test-prod-node18:
|
|
|
- uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/playwright-test
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
if: |
|
|
|
( github.event_name == 'push'
|
|
|
|| github.base_ref == 'master'
|
|
|
@@ -56,7 +55,7 @@ jobs:
|
|
|
|
|
|
|
|
|
test-prod-node20:
|
|
|
- uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/playwright-test
|
|
|
+ uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
if: |
|
|
|
( github.event_name == 'push'
|
|
|
|| github.base_ref == 'master'
|