From 072fb36d04ca644b06076f5301d822ab78acdaa7 Mon Sep 17 00:00:00 2001 From: Joosep Alviste Date: Fri, 5 Jan 2024 23:35:15 +0200 Subject: [PATCH] ci: do not start tracking master branch Not exactly sure what this does, but it was specified in the `nx` docs: https://nx.dev/ci/recipes/set-up/monorepo-ci-github-actions But this breaks the pipeline, so we probably have to remove it... Related to #83 --- .github/workflows/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 778b0f3..041cae4 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -33,7 +33,6 @@ jobs: - uses: nrwl/nx-set-shas@v3 with: main-branch-name: 'master' - - run: git branch --track master origin/master - uses: pnpm/action-setup@v2 with: version: 8