Merge branch 'master' into feat/access-manager

This commit is contained in:
Hadrien Croubois
2023-09-04 15:55:53 +02:00
37 changed files with 450 additions and 121 deletions

View File

@ -65,6 +65,7 @@ jobs:
- name: Check storage layout
uses: ./.github/actions/storage-layout
if: github.base_ref == 'master'
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
with:
token: ${{ github.token }}