mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 14:04:26 +02:00
Fix CI concurrency
This commit is contained in:
parent
16cce7e0d0
commit
aaf1961913
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: ci-${{ github.ref }}
|
||||
concurrency: build-${{ github.ref }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: ci-${{ github.ref }}
|
||||
concurrency: codeql-${{ github.ref }}
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user