Skip to content
New issue

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

Fix for invalid group value on concurrency field when running workflow on push event #373

Conversation

meyrevived
Copy link
Collaborator

Running the united workflow from the one-workflow-to-rule-them-all commit in a push event context causes it to fail on startup with the error message

Invalid workflow file: .github/workflows/mpc-test-sealights.yaml#L18
The workflow is not valid. .github/workflows/mpc-test-sealights.yaml (Line: 18, Col: 10): Unexpected value ''

See example here
This is because of the concurrency group parameter that is less dynamic.
This commit will fix it, creating a group value that is more specific to the event type and matches both event types.

Copy link
Member

@ifireball ifireball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@ifireball ifireball enabled auto-merge December 31, 2024 14:09
@ifireball ifireball merged commit 52cc47f into konflux-ci:main Dec 31, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants