You've already forked wakapi-readme-stats
GitHub actions cancellation policy added for the same branch
This commit is contained in:
4
.github/workflows/build_image.yml
vendored
4
.github/workflows/build_image.yml
vendored
@@ -3,6 +3,10 @@ name: PUBLISH_IMAGE
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-server-image:
|
publish-server-image:
|
||||||
name: Publish 'waka-readme-stats' image
|
name: Publish 'waka-readme-stats' image
|
||||||
|
|||||||
Reference in New Issue
Block a user