Add logging for scopeid error (#8513)
Can't figure out https://github.com/twentyhq/twenty/issues/8347 so I'm adding logs, maybe it'll help debug in the future!
This commit is contained in:
4
.github/workflows/ci-utils.yaml
vendored
4
.github/workflows/ci-utils.yaml
vendored
@ -15,7 +15,9 @@ permissions:
|
||||
statuses: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
# We don't cancel in-progress because this workflow is triggered on
|
||||
# pull_request_target, which means the ref can be the same accross two PRs.
|
||||
# cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
danger-js:
|
||||
|
||||
Reference in New Issue
Block a user