mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
add concurrency
This commit is contained in:
parent
03f3e4116e
commit
c91019672d
5
.github/workflows/Tasmota_build_master.yml
vendored
5
.github/workflows/Tasmota_build_master.yml
vendored
@ -7,6 +7,11 @@ on:
|
|||||||
- '.github/**' # Ignore changes towards the .github directory
|
- '.github/**' # Ignore changes towards the .github directory
|
||||||
- '**.md' # Do no build if *.md files changes
|
- '**.md' # Do no build if *.md files changes
|
||||||
|
|
||||||
|
# Ensures that only one deploy task per branch/environment will run at a time.
|
||||||
|
concurrency:
|
||||||
|
group: environment-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
base-images:
|
base-images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user