Commit 5eed495
committed
### What changes were proposed in this pull request?
This PR aims to remove `branch-0.4` from daily `publish_snapshot_*` GitHub Action jobs.
### Why are the changes needed?
Historically, this snapshot publish GitHub Action jobs are supposed to help the new releases, but we don't use it in these days like `branch-0.5` preparation and release.
We had better remove the legacy branch value, `branch-0.4` from `publish_snapshot_*` jobs and start to focus on new development of `v0.6` on `main` branch from now.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #367 from dongjoon-hyun/SPARK-53815.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9f5d04e commit 5eed495
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments