Don't use main.yml since it has a limit of 20 jobs

This commit is contained in:
Juliusz Sosinowicz
2024-05-06 16:57:12 +02:00
parent 081731be8b
commit 7206508329
22 changed files with 210 additions and 76 deletions

View File

@@ -2,8 +2,17 @@
# there aren't any compatibility issues. Take a look at Docker/OpenWrt/README.md
name: OpenWrt test
# START OF COMMON SECTION
on:
workflow_call:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# END OF COMMON SECTION
jobs:
build_library: