We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a06103 commit 2503588Copy full SHA for 2503588
.github/workflows/bsd.yml
@@ -2,7 +2,7 @@ name: Scapy Unit Tests on *BSD
2
3
on:
4
pull_request:
5
- #types: [ labeled ]
+ types: [ labeled ]
6
branches: [ master ]
7
8
jobs:
@@ -48,4 +48,4 @@ jobs:
48
ls
49
pip3 install tox
50
#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
+ tox -e 'py39-bsd_non_root,py39-bsd_root' -- -qq
0 commit comments