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

Don't use nx cloud on ci

This commit is contained in:
Adria Navarro 2023-10-20 13:32:54 +02:00
parent 1478ef503a
commit 1b3ba9a402

View file

@ -19,7 +19,6 @@ env:
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'}}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
lint: