chore: do not cancel in progress runs in pr-deploy.yaml (#8559)

This commit is contained in:
Muhammad Atif Ali
2023-07-17 18:40:25 +03:00
committed by GitHub
parent db8ba6cb68
commit 0a56ea6916

View File

@ -18,7 +18,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
pr_commented: