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" ] branches: [ "dev", "candidate", "release", "jshooks" ]
concurrency: concurrency:
group: ${{ github.workflow }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false cancel-in-progress: true
jobs: jobs:
checkout: checkout: