Skip to content

Commit 5f2a1da

Browse files
committed
Add doc about triggering test workflow manually in fork repository
1 parent e18517f commit 5f2a1da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/devel/testing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ workflows
159159
GitHub Actions should be automatically enabled for your personal Matplotlib
160160
fork once the YAML workflow files are in it. It generally isn't necessary to
161161
look at these workflows, since any pull request submitted against the main
162-
Matplotlib repository will be tested.
162+
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>`_.
163165

164166
You can see the GitHub Actions results at
165167
https://github.com/your_GitHub_user_name/matplotlib/actions -- here's `an

0 commit comments

Comments
 (0)