Don't use main.yml since it has a limit of 20 jobs
This commit is contained in:
11
.github/workflows/libssh2.yml
vendored
11
.github/workflows/libssh2.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user