Remove cancel-in-progress, it's too noisy

This commit is contained in:
Lim Chee Aun 2024-08-20 20:18:32 +08:00
parent 3b15768538
commit bcf8a9c6c7

View file

@ -10,9 +10,9 @@ jobs:
github.event.pull_request.base.ref == 'main' &&
github.event.pull_request.head.ref == 'l10n_main'
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
steps:
- uses: actions/checkout@v4