Skip to content

Commit

Permalink
accept storage breakage when labeled as breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Aug 25, 2023
1 parent 15ca017 commit 74b8d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: npm run test:inheritance
- name: Check storage layout
uses: ./.github/actions/storage-layout
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
with:
token: ${{ github.token }}

Expand Down

0 comments on commit 74b8d26

Please sign in to comment.