Skip to content

Commit 1687b07

Browse files
authored
Label triggers disabled
1 parent 2503588 commit 1687b07

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,13 +2,13 @@ name: Scapy Unit Tests on *BSD
22

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

88
jobs:
99
freebsd:
1010
#if: ${{ github.event.label.name == 'ci/bsd' || github.event.label.name == 'ci/freebsd' }}
11-
if: contains(github.event.pull_request.labels.*.name, 'ci/bsd')
11+
#if: contains(github.event.pull_request.labels.*.name, 'ci/bsd')
1212
runs-on: macos-12
1313
name: FreeBSD
1414
steps:

0 commit comments

Comments
 (0)