This is an automated email from the ASF dual-hosted git repository.

abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 62964e99b15 optimize CI workflow for doc updates (#15617)
62964e99b15 is described below

commit 62964e99b158bb16b2481b6bfe383d9a07214ac8
Author: sensor <[email protected]>
AuthorDate: Sat Jan 6 09:18:38 2024 +0800

    optimize CI workflow for doc updates (#15617)
    
    * optimize CI workflow for doc updates
    
    * Update .github/workflows/codeql.yml
    
    Co-authored-by: Abhishek Radhakrishnan <[email protected]>
    
    * Update .github/workflows/codeql.yml
    
    Co-authored-by: Abhishek Radhakrishnan <[email protected]>
    
    ---------
    
    Co-authored-by: Benedict Jin <[email protected]>
    Co-authored-by: Abhishek Radhakrishnan <[email protected]>
---
 .github/workflows/codeql.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index bd4a409ca08..8d9c157a61b 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -2,8 +2,18 @@ name: "CodeQL"
 
 on:
   push:
+    paths-ignore:
+      - '**/*.md'
+      - 'dev/**'
+      - 'docs/**'
+      - 'helm/**'
     branches: [ 'master', '0.6.x', '0.7.x', '0.7.1.x', '0.7.2.x', '0.8.0', 
'0.8.1', '0.8.2', '0.8.3', '0.9.0', '0.9.1' ]
   pull_request:
+    paths-ignore:
+      - '**/*.md'
+      - 'dev/**'
+      - 'docs/**'
+      - 'helm/**'
     # The branches below must be a subset of the branches above
     branches: [ 'master' ]
   schedule:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to