Skip to content

[SPARK-57082][INFRA] Remove master tag from workflow names#56123

Closed
gaogaotiantian wants to merge 1 commit into
apache:masterfrom
gaogaotiantian:remove-master-tab
Closed

[SPARK-57082][INFRA] Remove master tag from workflow names#56123
gaogaotiantian wants to merge 1 commit into
apache:masterfrom
gaogaotiantian:remove-master-tab

Conversation

@gaogaotiantian
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

For all workflows, remove the "master" label. Leaving only what environment/features the workflow is about.

Why are the changes needed?

We are moving toward a CI structure where we organize different branch CIs based on branches. So the workflow file with the same name on different branches should trigger the CI on those specific branches. When master/branch-4.x is forked, we don't want the name to contain "master" because it's not anymore. We don't want to change that every time we cut branch because that's kind of meaningless.

Practically, we added that name to differentiate branches on action tab - now we should use the branch filter, which is more meaningful.

We also added that name to be displayed on README file - that won't work anymore because we are using the "same" workflow file (file with the same name in different branches) and only the one on master dictates the display name on icons (unless we use 3rd party icon, which is doable and we only need change README file). I think it's fine because we already have a table with the branch tag on the left.

This will save us some renaming time every time we cut branches.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

No code change.

Was this patch authored or co-authored using generative AI tooling?

No.

@HyukjinKwon
Copy link
Copy Markdown
Member

Merged to master.

Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@gaogaotiantian gaogaotiantian deleted the remove-master-tab branch June 2, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants