Skip to content

Commit 7206508

Browse files
committed
Don't use main.yml since it has a limit of 20 jobs
1 parent 081731b commit 7206508

22 files changed

Lines changed: 210 additions & 76 deletions

.github/workflows/async.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: Async Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
make_check:

.github/workflows/curl.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: curl Test
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
build_wolfssl:

.github/workflows/docker-Espressif.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Espressif examples tests
2+
# START OF COMMON SECTION
23
on:
3-
workflow_call:
4+
push:
5+
branches: [ 'master', 'main', 'release/**' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
# END OF COMMON SECTION
413

514
jobs:
615
espressif_latest:

.github/workflows/docker-OpenWrt.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
# there aren't any compatibility issues. Take a look at Docker/OpenWrt/README.md
33
name: OpenWrt test
44

5+
# START OF COMMON SECTION
56
on:
6-
workflow_call:
7+
push:
8+
branches: [ 'master', 'main', 'release/**' ]
9+
pull_request:
10+
branches: [ '*' ]
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
# END OF COMMON SECTION
716

817
jobs:
918
build_library:

.github/workflows/haproxy.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: HaProxy Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
haproxy_check:

.github/workflows/hitch.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: hitch Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
build_wolfssl:

.github/workflows/hostap.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: hostap and wpa-supplicant Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
build_wolfssl:

.github/workflows/krb5.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: Kerberos 5 Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
build_wolfssl:

.github/workflows/libssh2.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: libssh2 Tests
22

3+
# START OF COMMON SECTION
34
on:
4-
workflow_call:
5+
push:
6+
branches: [ 'master', 'main', 'release/**' ]
7+
pull_request:
8+
branches: [ '*' ]
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
# END OF COMMON SECTION
514

615
jobs:
716
build_wolfssl:

.github/workflows/main.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)