This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
event type push. #58
cicd-1-pull-request.yaml
on: push
Set CI/CD metadata
Commit stage
/
Check English usage
Commit stage
/
Check Markdown format
Commit stage
/
Check file format
Commit stage
/
Count lines of code
Commit stage
/
Lint Terraform
Commit stage
/
Scan dependencies
Commit stage
/
Scan secrets
Test stage
/
Perform static analysis
Test stage
/
Test coverage
Build stage
/
Artefact 1
Build stage
/
Artefact n
Build stage
/
Build Docs
Acceptance stage
/
Accessibility test
Acceptance stage
/
Contract test
Acceptance stage
/
Integration test
Acceptance stage
/
Load test
Acceptance stage
/
Security test
Acceptance stage
/
UI performance test
Acceptance stage
/
UI test
Publish stage
/
Success notification
Annotations
1 error
Invalid workflow file:
.github/workflows/cicd-1-pull-request.yaml#L101
The workflow is not valid. .github/workflows/cicd-1-pull-request.yaml (Line: 101, Col: 9): Unexpected symbol: ')'. Located at position 173 within expression: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'|| )) || (github.event.action == push && github.ref == 'refs/heads/main') .github/workflows/cicd-1-pull-request.yaml (Line: 115, Col: 9): Unrecognized named-value: 'push'. Located at position 200 within expression: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')) || (github.event.action == push && github.ref == 'refs/heads/main')
|