1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Use nx affected on PRs

This commit is contained in:
Adria Navarro 2023-10-20 15:16:48 +02:00
parent 91b7994ee0
commit 2d1e01998a

View file

@ -18,7 +18,7 @@ env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref}}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NX_BASE_BRANCH: origin/${{ github.base_ref }}
USE_NX_AFFECTED: ${{ github.event_name == 'pull_request' && github.base_ref != 'master'}}
USE_NX_AFFECTED: ${{ github.event_name == 'pull_request' }}
jobs:
lint: