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

@@ -1,7 +1,16 @@
name: libssh2 Tests
# 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_wolfssl: