Remove cancel-in-progress, it's too noisy
This commit is contained in:
parent
3b15768538
commit
bcf8a9c6c7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/i18n-automerge.yml
vendored
6
.github/workflows/i18n-automerge.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue