fix auto cancel

This commit is contained in:
Denis Angell
2025-03-06 08:48:13 +01:00
parent 7385828983
commit ac6f334c87

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: