Fix broken dynamic workflows link in README#7273
Merged
pingsutw merged 4 commits intoflyteorg:masterfrom Apr 29, 2026
Merged
Conversation
|
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Signed-off-by: Muskan Kumari <er.muskan09@gmail.com>
6aea4b9 to
856b9ca
Compare
Author
|
Hi, I have updated the branch with the latest changes from master. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7273 +/- ##
=======================================
Coverage 56.96% 56.96%
=======================================
Files 931 931
Lines 58272 58272
=======================================
+ Hits 33194 33195 +1
+ Misses 22019 22018 -1
Partials 3059 3059
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pingsutw
reviewed
Apr 28, 2026
Updated link as per reviewer suggestion Co-authored-by: Kevin Su <pingsutw@gmail.com> Signed-off-by: Muskan Kumari <er.muskan09@gmail.com>
pingsutw
approved these changes
Apr 29, 2026
nuthalapativarun
pushed a commit
to nuthalapativarun/flyte
that referenced
this pull request
May 1, 2026
Signed-off-by: Muskan Kumari <er.muskan09@gmail.com> Co-authored-by: Kevin Su <pingsutw@gmail.com> Signed-off-by: Varun Nuthalapati <nuthalapativarun@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes a broken link in the README under the "Dynamic workflows" section.
The previous link was leading to a 404 page. It has been updated to a valid working documentation link.
Fixes #7100