Commit ad6ba0d
committed
### What changes were proposed in this pull request?
This PR aims to add `branch-0.4` to `publish_snapshot_*.yml` GitHub Action jobs.
### Why are the changes needed?
To publish the latest snapshots (0.5.0-SNAPSHOT and 0.4.1-SNAPSHOT) instead of old 0.1.1-SNAPSHOT and 0.2.1-SNAPSHOT.
- https://github.com/apache/spark-kubernetes-operator/tree/branch-0.4
### Does this PR introduce _any_ user-facing change?
No, this is an infra change.
### How was this patch tested?
Since this is a daily job, this should be tested after merging into `main` branch.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #274 from dongjoon-hyun/SPARK-52664.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 45048fd commit ad6ba0d
File tree
2 files changed
+4
-4
lines changed- .github/workflows
2 files changed
+4
-4
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 | | |
| |||
| 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 | | |
| |||
0 commit comments