You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This modifies the build logic to stop building all platforms on PRs by
default. To re-enable building for all platforms, the PR has to contain
a special hint which has been documented in the PR template.
Manually triggered workflows can also decide this explicitly now.
Tags/releases and autobuild branches are unchanged.
This is supposed to reduce CI usage times in order to keep build queues
for us shorter and in order to avoid wasting energy.
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,6 @@ CHANGELOG: <!-- Insert a short, end-user understandable sentence in past tense r
32
32
-[ ] My code follows the [style guide](https://github.com/jamulussoftware/jamulus/blob/master/CONTRIBUTING.md#source-code-consistency)<!-- You can also check if your code passes clang-format -->
33
33
-[ ] I waited some time after this Pull Request was opened and all GitHub checks completed without errors. <!-- GitHub doesn't run these checks for new contributors automatically. -->
34
34
-[ ] I've filled all the content above
35
+
36
+
<!-- Uncomment the following line if your PR changes platform- or build-specific code: -->
0 commit comments