-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
GitHub has announced that workflows "now support a concurrency key at both the workflow and job level that will ensure that only a single run or job is in progress". The syntax documentation has already been updated:
# Example using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: trueI'm wondering if it would be helpful to document in the readme what the differences are and which implementation might be more useful depending on use cases. I think this will be helpful for anyone currently using this action and thinking about switching but even for new users. Any thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels