mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
ci: add build concurrency (#442)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -19,6 +19,9 @@ permissions:
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build (${{ matrix.platform }})
|
||||
|
||||
Reference in New Issue
Block a user