Skip to content

Commit 74b8d26

Browse files
committed
accept storage breakage when labeled as breaking
1 parent 15ca017 commit 74b8d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: npm run test:inheritance
6464
- name: Check storage layout
6565
uses: ./.github/actions/storage-layout
66+
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
6667
with:
6768
token: ${{ github.token }}
6869

0 commit comments

Comments
 (0)