Skip to content

Commit dc6c0df

Browse files
committed
Fix Breakage workflow condition to run with 'run breakage' label
1 parent 7e38062 commit dc6c0df

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)