Yicong-Huang commented on code in PR #4598:
URL: https://github.com/apache/texera/pull/4598#discussion_r3174504307


##########
.github/workflows/github-action-build.yml:
##########
@@ -19,22 +19,107 @@ name: Build
 
 env:
   NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
-  
+
 on:
   push:
     branches:
       - 'ci-enable/**'
       - 'main'
       - 'release/**'
   pull_request:
+    types:
+      - opened
+      - reopened
+      - synchronize
+      - labeled
+      - unlabeled
   workflow_dispatch:
 
+permissions:
+  checks: write
+  contents: read
+  pull-requests: read
+
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
 
 jobs:
+  precheck:
+    name: Precheck

Review Comment:
   Precheck decides what job to run. For now it runs all normal jobs against 
main branch, and if there are backport labels it will run back port jobs. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to