Skip to content

Commit 059cab6

Browse files
committed
allow broken changes
1 parent fecdffb commit 059cab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/breaking.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
concurrency:
1111
group: broken-changes-${{ github.ref }}
1212
cancel-in-progress: true
13+
if: (!contains(github.event.pull_request.labels.*.name, 'broken changes'))
1314
runs-on: ubuntu-latest
1415
permissions:
1516
pull-requests: write

0 commit comments

Comments
 (0)