Skip to content

Commit afce2f7

Browse files
authored
Add condition to run breakage job based on label
1 parent 9f7fed9 commit afce2f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Breakage.yml

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

1010
jobs:
1111
call:
12+
if: contains(github.event.pull_request.labels.*.name, 'run breakage')
1213
strategy:
1314
fail-fast: false
1415
matrix:

0 commit comments

Comments
 (0)