Skip to content

Commit 2503588

Browse files
committed
Test Labels event
1 parent 4a06103 commit 2503588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scapy Unit Tests on *BSD
22

33
on:
44
pull_request:
5-
#types: [ labeled ]
5+
types: [ labeled ]
66
branches: [ master ]
77

88
jobs:
@@ -48,4 +48,4 @@ jobs:
4848
ls
4949
pip3 install tox
5050
#tox -e 'py27-bsd_non_root,py27-bsd_root,py39-bsd_non_root,py39-bsd_root' -- -qq
51-
tox -e 'py39-bsd_non_root,py39-bsd_root' -- -qq
51+
tox -e 'py39-bsd_non_root,py39-bsd_root' -- -qq

0 commit comments

Comments
 (0)