Skip to content

Commit c7fbc3c

Browse files
committed
resolve workflow conflicts, remove Espressif include.am
1 parent 43d7572 commit c7fbc3c

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

.github/workflows/sshd-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212

1313
jobs:
1414
create_matrix:
15-
if: github.repository_owner == 'wolfssl'
1615
runs-on: ubuntu-latest
1716
outputs:
1817
versions: ${{ steps.json.outputs.versions }}
@@ -34,7 +33,6 @@ jobs:
3433
os: [ ubuntu-latest ]
3534
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
3635
name: Build wolfssl
37-
if: github.repository_owner == 'wolfssl'
3836
runs-on: ${{ matrix.os }}
3937
timeout-minutes: 4
4038
steps:
@@ -67,7 +65,6 @@ jobs:
6765
os: [ ubuntu-latest ]
6866
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
6967
name: Build and test wolfsshd
70-
if: github.repository_owner == 'wolfssl'
7168
runs-on: ${{ matrix.os }}
7269
timeout-minutes: 10
7370
steps:

.github/workflows/zephyr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
config:
1515
- zephyr-ref: v3.4.0
1616
zephyr-sdk: 0.16.1
17-
if: github.repository_owner == 'wolfssl'
1817
runs-on: ubuntu-22.04
1918
# This should be a safe limit for the tests to run.
2019
timeout-minutes: 20

ide/Espressif/include.am

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

0 commit comments

Comments
 (0)