-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
To save the running resource, we could cancel the current run when there has new commit pushed to the pull requet.
Workflow to update:
- https://github.com/tungbq/devops-toolkit/blob/main/.github/workflows/dockerfile-lint.yml
- https://github.com/tungbq/devops-toolkit/blob/main/.github/workflows/docker-image-ci.yml
Basically this task could be completed by adding:
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed