Răsfoiți Sursa

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

Yuki Takei 4 ani în urmă
părinte
comite
6088c12b9b
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  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