We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pipeline run, triggered on PRs, for the workflow container-image-build-validation ends successfully if one of the jobs-chain ends successful.
container-image-build-validation
The run fails if any of the jobs runs fails.
#31 https://github.com/cybcon/modbus-server/actions/runs/7789913852?pr=31
The text was updated successfully, but these errors were encountered:
Another discussion on GitHub facing a similar issue: https://github.com/orgs/community/discussions/57724 The solution here is to set the parameter permissions: write-all inside the job definition.
permissions: write-all
This will be inside the .github/workflows/container-image-build-validation.yaml pipeline definition in job function-test-preparation:
.github/workflows/container-image-build-validation.yaml
function-test-preparation
Sorry, something went wrong.
cybcon
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Summary
The pipeline run, triggered on PRs, for the workflow
container-image-build-validation
ends successfully if one of the jobs-chain ends successful.Expected behaviour
The run fails if any of the jobs runs fails.
Example
#31
https://github.com/cybcon/modbus-server/actions/runs/7789913852?pr=31
The text was updated successfully, but these errors were encountered: