Skip to content

Commit

Permalink
Use nx affected on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 20, 2023
1 parent 91b7994 commit 2d1e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d1e019

Please sign in to comment.