|
|
@@ -24,6 +24,9 @@ jobs:
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
with:
|
|
|
node-version: 16.x
|
|
|
+ skip-cypress: |
|
|
|
+ !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
|
|
|
+ !contains( github.event.pull_request.labels.*.name, 'github_actions' )
|
|
|
cypress-report-artifact-name: Cypress report
|
|
|
secrets:
|
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
@@ -38,7 +41,6 @@ jobs:
|
|
|
!contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
|
|
|
!contains( github.event.pull_request.labels.*.name, 'github_actions' )
|
|
|
|
|
|
-
|
|
|
with:
|
|
|
node-version: 16.x
|
|
|
cypress-report-artifact-name: Cypress report
|