Skip to content

Commit d4fa549

Browse files
committed
change trigger breakage
1 parent ec5acdc commit d4fa549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Breakage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
break-pkg:
12-
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run breakage applications') }}
12+
if: contains(github.event.pull_request.labels.*.name, 'run breakage')
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)