mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
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.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
|
||||
|
|
Loading…
Add table
Reference in a new issue