Yuki Takei 4 лет назад
Родитель
Сommit
f17850a4b9
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      .github/workflows/ci-app-prod.yml

+ 3 - 1
.github/workflows/ci-app-prod.yml

@@ -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