👷 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: paths:
- '**.py' - '**.py'
- 'README.md' - 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
dockerhub-push: dockerhub-push:
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main