-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Fix tests badge in README.md #44505
Fix tests badge in README.md #44505
Conversation
When backporting, I guess that it would make more sense to add |
232020b
to
1bf8578
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :)
I am okay, but one question do we run schedule runs in v2-10-test? |
Nope. We do it only in main. There is no way to run scheduled runs on non-default branch https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule |
NICE ONE ! |
(cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]>
(cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]>
(cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]>
* [v2-10-test] Fix tests badge in README.md (#44505) (cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]> * Adjust badge to `v2-10-test` branch * Update README.md * Fix PYPI README.md --------- Co-authored-by: Shahar Epstein <[email protected]>
* [v2-10-test] Fix tests badge in README.md (#44505) (cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]> * Adjust badge to `v2-10-test` branch * Update README.md * Fix PYPI README.md --------- Co-authored-by: Shahar Epstein <[email protected]>
* [v2-10-test] Fix tests badge in README.md (#44505) (cherry picked from commit a242ff6) Co-authored-by: Shahar Epstein <[email protected]> * Adjust badge to `v2-10-test` branch * Update README.md * Fix PYPI README.md --------- Co-authored-by: Shahar Epstein <[email protected]>
I was recently bothered by looking at the tests badge in the
README.md
and see that it always indicates failure.It turns out that the badge's path has been changed a bit, and now depends on the file's path within
.github/workflows
(ci.yml
), rather than its name (Tests
).Edit: opened this PR on the main repo by mistake (used GitHub in-browser editing ability), I'll be more careful next time.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.