The GitHub Actions job "Java CI" on 
commons-weaver.git/configureTriggerPushForGitubWorkflow has failed.
Run started by GitHub user apupier (triggered by apupier).

Head commit for run:
686bce170ca731a8a06e6cb66b8b635eacc13309 / AurĂ©lien Pupier <[email protected]>
Restrict trigger push branch for GitHub Workflow

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-weaver/actions/runs/28573861639

With regards,
GitHub Actions via GitBox

Reply via email to