Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v23.2.x] only run PR checks when needed #13937

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

joejulian
Copy link
Contributor

The helm chart doesn't live here anymore, no need to have that workflow.
Don't run the other workflows for PRs that don't modify their code.

Backport of PR #13186

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.2.x
  • v23.1.x
  • v22.3.x

Release Notes

  • none

@joejulian joejulian requested a review from a team as a code owner October 4, 2023 21:24
@joejulian joejulian requested review from sumittal and removed request for a team October 4, 2023 21:24
@@ -18,8 +18,7 @@ on:
- 'v*'
paths:
- .github/workflows/redpanda-migration-build.yml
- 'src/go/cluster-to-redpanda-migration/**'
- 'src/go/k8s/**'
- src/go/cluster-to-redpanda-migration
Copy link
Member

@ivotron ivotron Oct 5, 2023

Choose a reason for hiding this comment

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

this will undo the fix to the pattern for the paths option. It'll be better to leave this change out and only leave the removal of the helm-chart-release.yml workflow file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, thanks for catching that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not leaving out the change entirely because there's no reason to test the migration tool when there are changes to src/go/k8s.

@ivotron ivotron removed the request for review from sumittal October 9, 2023 14:46
@joejulian joejulian force-pushed the backport_13186/v23.2.x branch from 7c6e43c to d84bdf7 Compare October 10, 2023 18:40
@joejulian joejulian requested a review from ivotron October 10, 2023 18:41
@joejulian
Copy link
Contributor Author

The failing test is unrelated to this change.

@ivotron ivotron merged commit 6224212 into redpanda-data:v23.2.x Oct 13, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants