소스 검색

skip ci-app-prod when updating dependencies for Github Actions

Yuki Takei 4 년 전
부모
커밋
6088c12b9b
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .github/workflows/ci-app-prod.yml

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

@@ -34,7 +34,10 @@ jobs:
 
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
 
-    if: always()
+    if: |
+      !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
+      !contains( github.event.pull_request.labels.*.name, 'github_actions' )
+
 
     with:
       node-version: 16.x