mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00: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:
parent
07d295b8db
commit
3eec9fcb9b
6 changed files with 20 additions and 17 deletions
4
.github/workflows/docker_linux.yml
vendored
4
.github/workflows/docker_linux.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue