ci: use different concurrency.group values for different .yml files

pull/13263/head
Delyan Angelov 2022-01-24 14:36:42 +02:00
parent 1cea7b0c73
commit 7199528a27
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
4 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@ on:
- "**.md"
concurrency:
group: build-${{ github.event.pull_request.number || github.sha }}
group: build-ci-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:

View File

@ -54,7 +54,7 @@ on:
- 'vlib/v/embed_file/**.v'
concurrency:
group: build-${{ github.event.pull_request.number || github.sha }}
group: build-sanitized-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:

View File

@ -9,7 +9,7 @@ on:
- "**.md"
concurrency:
group: build-${{ github.event.pull_request.number || github.sha }}
group: build-other-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:

View File

@ -9,7 +9,7 @@ on:
- "**.md"
concurrency:
group: build-${{ github.event.pull_request.number || github.sha }}
group: build-paths-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
@ -76,7 +76,8 @@ jobs:
## tcc has a problem interpreting paths with non latin letters in them,
## by default, but that can be solved with passing -Bthirdparty/tcc
## but after that V fails self building with:
####### builder error: cannot write to folder D:\a\v\v\你好 my $path, @с интервали: No such file or directory
####### builder error: cannot write to folder
####### D:\a\v\v\你好 my $path, @с интервали: No such file or directory
## and that happens even for gcc builds, not just tcc ones
steps: