Skip to content

Commit

Permalink
CONTRIB: add info about workflows on forks
Browse files Browse the repository at this point in the history
Ref. #1292
  • Loading branch information
lukaszstolarczuk committed Feb 21, 2024
1 parent 4814e71 commit e606f5e
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 e606f5e

Please sign in to comment.