👷 Cancel older docker-push if newer starts running

This commit is contained in:
Nikhil Badyal
2022-11-26 22:12:11 +05:30
parent 3162e295a7
commit 36a9fa1bb7
+5
View File
@@ -7,6 +7,11 @@ on:
paths:
- '**.py'
- 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
dockerhub-push:
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main