`check-lockfile` only for non-oss

This commit is contained in:
Adria Navarro 2024-11-29 09:43:04 +01:00
parent 9d86aac1ae
commit ef5ecb565a
1 changed files with 1 additions and 0 deletions

View File

@ -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