The GitHub Actions job "Java CI" on commons-crypto.git/configureTriggerPushForGithubWorkflow has failed. Run started by GitHub user apupier (triggered by apupier).
Head commit for run: 4b3bd12d61922fe202d38eda78b5b604e23d594c / 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-crypto/actions/runs/28573092132 With regards, GitHub Actions via GitBox
