You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the error .github/workflows/all_in_one.yml:45:5: when a reusable workflow is called with "uses", "concurrency" is not available. only following keys are allowed: "name", "uses", "with", "secrets", "needs", "if", and "permissions" in job "full" [syntax-check]is no more relevant.
I added fix for this issue at issue-136 branch. But let me merge the branch after github/docs#17469 is closed for ensuring that this is an expected behavior.
Concurrency is now supported when we call reusable workflow like :
So the error
.github/workflows/all_in_one.yml:45:5: when a reusable workflow is called with "uses", "concurrency" is not available. only following keys are allowed: "name", "uses", "with", "secrets", "needs", "if", and "permissions" in job "full" [syntax-check]
is no more relevant.The documentation do not mention it yet https://docs.github.com/en/actions/using-workflows/reusing-workflows#supported-keywords-for-jobs-that-call-a-reusable-workflow (But I open a PR github/docs#17469)
The text was updated successfully, but these errors were encountered: