Skip to content

Commit

Permalink
Merge pull request #1367 from lukaszstolarczuk/contrib-forks
Browse files Browse the repository at this point in the history
CONTRIB: add info about workflows on forks
  • Loading branch information
kbenzie committed Feb 27, 2024
2 parents 3e01f39 + e606f5e commit 085add3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/core/CONTRIB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,16 @@ Actions workflow and *must* be reviewed by no less than two code owners.
files, leaving only conflicts in non-generated source files to be resolved,
if any.

By default, any new fork has all GitHub Actions workflows disabled. If you would
like to, e.g., test your branch using our CI workflows *before* creating
a pull request, you have to enter the *Actions* tab on your fork and enable
workflows for this repository. When they are not needed anymore, you can disable
them again, but it has to be done one by one. The CI on the upstream repository
gets busy from time to time. That's why you may want to enable workflows on your
fork to get the testing results quicker. The disadvantage of the CI on your fork
is that it may report some failing jobs you may not expect, and it does not run
some of the jobs (due to a lack of specific hardware from self-hosted runners).

Core Features
=============

Expand Down

0 comments on commit 085add3

Please sign in to comment.