zhouyuan commented on code in PR #6424:
URL: https://github.com/apache/incubator-gluten/pull/6424#discussion_r1675383755


##########
.github/workflows/velox_weekly.yml:
##########
@@ -18,9 +18,9 @@ name: Velox backend nightly job
 on:
   pull_request:
     paths:
-      - '.github/workflows/velox_nightly.yml'
+      - '.github/workflows/velox_weekly.yml'
   schedule:
-    - cron: '0 20 * * *'
+    - cron: '0 20 * * 0'
 

Review Comment:
   Please add env to bypass the nodejs issue
   ```
   env:
     ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
   ```



-- 
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]


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

Reply via email to