We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18517f commit 5f2a1daCopy full SHA for 5f2a1da
doc/devel/testing.rst
@@ -159,7 +159,9 @@ workflows
159
GitHub Actions should be automatically enabled for your personal Matplotlib
160
fork once the YAML workflow files are in it. It generally isn't necessary to
161
look at these workflows, since any pull request submitted against the main
162
-Matplotlib repository will be tested.
+Matplotlib repository will be tested. The tests workflow is skipped in fork
163
+repositories but you can trigger a run manually from the `github web
164
+interface <https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow>`_.
165
166
You can see the GitHub Actions results at
167
https://github.com/your_GitHub_user_name/matplotlib/actions -- here's `an
0 commit comments