Compare commits

...

1 Commits

Author SHA1 Message Date
Denis Angell
ac6f334c87 fix auto cancel 2025-03-06 08:48:13 +01:00

View File

@@ -7,8 +7,8 @@ on:
branches: [ "dev", "candidate", "release", "jshooks" ]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checkout: