The GitHub Actions job "Java CI (Legacy only)" on commons-math.git/master has 
failed.
Run started by GitHub user aherbert (triggered by aherbert).

Head commit for run:
6418ae3852c3a4512d7166603c44f36e196a9226 / AurĂ©lien Pupier <[email protected]>
Restrict trigger push branch for GitHub Workflow (#328)

Feature branches rarely need their own CI runs: the code is already
tested when a pull request is opened against a release branch. If the
push trigger has no branch restriction and pull_request is also
configured, every push to a branch with an open PR runs the workflow
twice: once for the push and once for the PR synchronisation.

Always give the push trigger an explicit list of branches: this stops
branches created from a release branch from inheriting its workflow
runs.

see 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=430408443#GitHubActionsRecommendedPractices-Restrictthepushtriggertospecificbranches

Signed-off-by: AurĂ©lien Pupier <[email protected]>

Report URL: https://github.com/apache/commons-math/actions/runs/28574283413

With regards,
GitHub Actions via GitBox

Reply via email to