1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Fix condition

This commit is contained in:
Adria Navarro 2023-11-17 17:16:36 +01:00
parent 40ff3b88af
commit 1641b5a18e

View file

@ -19,7 +19,7 @@ env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NX_BASE_BRANCH: origin/${{ github.base_ref }}
USE_NX_AFFECTED: ${{ github.event_name == 'pull_request' }}
IS_OSS_CONTRIBUTOR: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase' }}
IS_OSS_CONTRIBUTOR: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != 'Budibase/budibase' }}
jobs:
lint: