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

pull/654/head
Lim Chee Aun 2024-08-20 20:18:32 +08:00
rodzic 3b15768538
commit bcf8a9c6c7
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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