Fix workflow concurrency (#6031)

* First test of the consolidated workflows
Co-authored-by: Andras Fekete <andras@wolfssl.com>
This commit is contained in:
András Fekete
2023-01-30 13:10:54 -05:00
committed by GitHub
parent d72ea6101f
commit 414c72adbc
5 changed files with 24 additions and 29 deletions

View File

@@ -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: