This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 2ee5705 [SPARK-38586][INFRA] Trigger notifying workflow in branch-3.3
and other future branches
2ee5705 is described below
commit 2ee57055fd917a1829adce06c2504db0a68e3ba2
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Thu Mar 17 18:43:42 2022 +0900
[SPARK-38586][INFRA] Trigger notifying workflow in branch-3.3 and other
future branches
This PR fixes `Notify test workflow` workflow to be triggered against PRs.
In fact, we don't need to check if the branch is `master` since the event
triggers the workflow that's found in the commit SHA.
To link builds to the CI status in PRs.
No, dev-only.
Will be checked after it gets merged - it's pretty straightforward.
Closes #35891 from HyukjinKwon/SPARK-38575-follow.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit 5c4930ab96360fc8c9ec8f15316e36eb7d516560)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/notify_test_workflow.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/notify_test_workflow.yml
b/.github/workflows/notify_test_workflow.yml
index 04e7ab8..eb0da84 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -34,7 +34,6 @@ jobs:
steps:
- name: "Notify test workflow"
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3 #
pin@v3
- if: ${{ github.base_ref == 'master' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]