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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1781bffa7 chore(ci): let new commits trigger PR linter CI (#3641)
b1781bffa7 is described below

commit b1781bffa7dd54246e9031cb276bd990ee4f0d76
Author: Yicong Huang <[email protected]>
AuthorDate: Thu Aug 7 16:10:00 2025 -0700

    chore(ci): let new commits trigger PR linter CI (#3641)
    
    This PR fixes the CI issue where the PR linter is not being triggered.
    Now we let each new commit trigger this CI execution as well.
    
    Signed-off-by: Yicong Huang <[email protected]>
---
 .github/workflows/lint-pr.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml
index d685bf6250..acfd298af7 100644
--- a/.github/workflows/lint-pr.yml
+++ b/.github/workflows/lint-pr.yml
@@ -22,6 +22,7 @@ on:
       - opened
       - edited
       - reopened
+      - synchronize
 
 jobs:
   main:

Reply via email to