`check-lockfile` only for non-oss
This commit is contained in:
parent
9d86aac1ae
commit
ef5ecb565a
|
@ -281,6 +281,7 @@ jobs:
|
|||
|
||||
check-lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
if: inputs.run_as_oss != true && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase')
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue