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.base.ref == 'main' &&
github.event.pull_request.head.ref == 'l10n_main' github.event.pull_request.head.ref == 'l10n_main'
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: # concurrency:
group: ${{ github.workflow }}-${{ github.ref }} # group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true # cancel-in-progress: true
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4