Skip to content

Commit

Permalink
ci: Set sha before planning
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Feb 8, 2024
1 parent 59f2a1c commit 73fdbab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: ./actions/set-shas
with:
main-branch-name: master

- name: Plan
id: plan
uses: ./actions/plan
Expand Down

0 comments on commit 73fdbab

Please sign in to comment.