Fix workflow concurrency (#6031)
* First test of the consolidated workflows Co-authored-by: Andras Fekete <andras@wolfssl.com>
This commit is contained in:
8
.github/workflows/docker-OpenWrt.yml
vendored
8
.github/workflows/docker-OpenWrt.yml
vendored
@@ -1,15 +1,9 @@
|
||||
# This workflow tests out new libraries with existing OpenWrt builds to check
|
||||
# there aren't any compatibility issues. Take a look at Docker/OpenWrt/README.md
|
||||
name: OpenWrt test
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
# cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master', 'main', 'release/**' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build_library:
|
||||
|
||||
Reference in New Issue
Block a user