diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d4c81be..a8ab8ee 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,6 +15,10 @@ on: - 'qt/**' - 'services/**' +# 1. Cancel previous runs if a new commit is pushed to the same branch +concurrency: + group: deploy-${{ github.ref }} + cancel-in-progress: true jobs: runs-on: hla-dev