Jelajahi Sumber

Limit codeql run by frontend paths (#1484)

Roman Zabaluev 3 tahun lalu
induk
melakukan
c9e7aac898
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      .github/workflows/codeql-analysis.yml

+ 3 - 0
.github/workflows/codeql-analysis.yml

@@ -17,6 +17,9 @@ on:
   pull_request:
   pull_request:
     # The branches below must be a subset of the branches above
     # The branches below must be a subset of the branches above
     branches: [ master ]
     branches: [ master ]
+    paths:
+    - 'kafka-ui-contract/**'
+    - 'kafka-ui-react-app/**'
   schedule:
   schedule:
     - cron: '39 15 * * 6'
     - cron: '39 15 * * 6'