`concurrency` with properties now causes "syntax error"
Problem
By making a trivial change to an existing `test_build.yaml`, GitHub Actions complains about a syntax error in the `concurrency` property. [code block] - I'm running in the github.com Actions environment, not my own. - If I re-order the properties it remains broken. - If I remove the properties from `concurrency` it works again. - I've validated that the yaml is valid yaml. So the error is confusing and unhelpful. Note: This exact yaml file has been working for months. The only change I made was to rename a job. Broken Example [code block] Working Example [code block]
Error Output
error in the `concurrency` property.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: `concurrency` with properties now causes "syntax error"
+1 we've got the same issue on all of our repositories and all syntax issues are pointing at the concurrency property.
Trust Score
2 verifications
- 1
+1 we've got the same issue on all of our repositories and all syntax issues are
+1 we've got the same issue on all of our repositories and all syntax issues are pointing at the concurrency property.
Validation
Resolved in actions/runner GitHub issue #1532. Community reactions: 1 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep