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 2503588 commit 1687b07Copy full SHA for 1687b07
.github/workflows/bsd.yml
@@ -2,13 +2,13 @@ name: Scapy Unit Tests on *BSD
2
3
on:
4
pull_request:
5
- types: [ labeled ]
+ #types: [ labeled ]
6
branches: [ master ]
7
8
jobs:
9
freebsd:
10
#if: ${{ github.event.label.name == 'ci/bsd' || github.event.label.name == 'ci/freebsd' }}
11
- if: contains(github.event.pull_request.labels.*.name, 'ci/bsd')
+ #if: contains(github.event.pull_request.labels.*.name, 'ci/bsd')
12
runs-on: macos-12
13
name: FreeBSD
14
steps:
0 commit comments