From d3314d46640d560bfb92301371d5eb8440055a77 Mon Sep 17 00:00:00 2001 From: Dmitry Remezov Date: Sun, 26 Nov 2023 00:18:29 +0600 Subject: [PATCH] ci: fix incorrect action location --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7cc219..5d69d99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,8 +23,6 @@ jobs: uses: ./.github/actions/yarn-install - uses: nrwl/nx-set-shas@v3 - # This line is needed for nx affected to work when CI is running on a PR - - run: git branch --track main origin/main - name: Run NX checks run: |