Skip to content

Commit 9ac2720

Browse files
committed
Experimenting with tcpdump
1 parent a8223f5 commit 9ac2720

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tcpdump.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tcpdump Tests
22

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ '*' ] #'master', 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
concurrency:
@@ -111,10 +111,8 @@ jobs:
111111
fetch-depth: 1
112112
- run: |
113113
cd tcpdump_repo
114-
if [ ${{ matrix.fips_ref == 'FIPS' }} ]; then
114+
if [ "${{ matrix.fips_ref }}" = "FIPS" ]; then
115115
patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/tcpdump/tcpdump-FIPS-${{ matrix.tcpdump_ref }}-wolfprov.patch
116-
else
117-
patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/tcpdump/tcpdump-${{ matrix.tcpdump_ref }}-wolfprov.patch
118116
fi
119117
120118
- name: Build and install tcpdump

0 commit comments

Comments
 (0)