mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:06:38 +08:00
ci: Use GitHub Actions concurrency for cancelling duplicate jobs
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
07d295b8db
commit
3eec9fcb9b
@@ -30,6 +30,10 @@ on:
|
||||
env:
|
||||
IMAGE_NAME: apache-nuttx-ci-linux
|
||||
|
||||
concurrency:
|
||||
group: docker-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
# Push image to GitHub Packages.
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user