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

+ 4 - 4
.github/workflows/ci-app-prod.yml

@@ -25,8 +25,8 @@ jobs:
     with:
       node-version: 16.x
       skip-cypress: |
-        !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
-        !contains( github.event.pull_request.labels.*.name, 'github_actions' )
+        (!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 }}
@@ -42,8 +42,8 @@ jobs:
     with:
       node-version: 16.x
       skip-reg-suit: |
-        !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
-        !contains( github.event.pull_request.labels.*.name, 'github_actions' )
+        (!contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
+        !contains( github.event.pull_request.labels.*.name, 'github_actions' ))
       cypress-report-artifact-name: Cypress report
     secrets:
       REG_NOTIFY_GITHUB_PLUGIN_CLIENTID: ${{ secrets.REG_NOTIFY_GITHUB_PLUGIN_CLIENTID }}