Commit 6116bb0
committed
[SPARK-52004] Improve
### What changes were proposed in this pull request?
This PR aims to improve `publish_snapshot_chart` GitHub Action job to support branches.
### Why are the changes needed?
Previously, the job supports only `main` branch. After this PR, `branch-0.1` is added to the matrix.
However, this PR should land at only `main` branch because GitHub Action supports the schedule job only at `main` branch.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review. This should be tested after merging.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#185 from dongjoon-hyun/SPARK-52004.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>publish_snapshot_chart GitHub Action job to support branches1 parent e5e37f3 commit 6116bb0
1 file changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments