bobbai00 commented on code in PR #4598:
URL: https://github.com/apache/texera/pull/4598#discussion_r3174522756
##########
.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:
Got it. can you add this explaination to comments?
--
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]