This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 2835c78cf2 [GLUTEN-7489][INFRA] fix: allow to fetch artifacts from
workflow `Velox backend Github Runner` in upstream repo (#7490)
2835c78cf2 is described below
commit 2835c78cf246f2068987b8310ed2c1314d05a7d0
Author: Qian Sun <[email protected]>
AuthorDate: Sat Oct 12 11:04:41 2024 +0800
[GLUTEN-7489][INFRA] fix: allow to fetch artifacts from workflow `Velox
backend Github Runner` in upstream repo (#7490)
This PR aims to set allow_forks as true in Report test results workflow.
---
.github/workflows/test_report.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test_report.yml
b/.github/workflows/test_report.yml
index 0483fba827..f85bc8db6d 100644
--- a/.github/workflows/test_report.yml
+++ b/.github/workflows/test_report.yml
@@ -37,6 +37,7 @@ jobs:
workflow: ${{ github.event.workflow_run.workflow_id }}
commit: ${{ github.event.workflow_run.head_commit.id }}
workflow_conclusion: completed
+ allow_forks: true
- name: Publish test report
uses:
scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 # pin
@v1.8.0
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]