Commit 70054c2
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 #184 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 562b1d3 commit 70054c2
1 file changed
+15
-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 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
0 commit comments