From 5f9fad852498a793b89f2a5b9b3702346e976b80 Mon Sep 17 00:00:00 2001 From: Layton Whiteley Date: Fri, 5 Jan 2024 08:13:21 +0100 Subject: [PATCH] ci: remove tag successful run --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13877f1..2d56ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,3 @@ jobs: - run: pnpm nx format:check - run: pnpm nx affected -t lint,test --parallel=3 - - # Should be run last - - name: Tag main branch if all jobs succeed - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: nrwl/nx-tag-successful-ci-run@v1 - with: - remove-tags-matching-pattern: 'nx_successful_ci_run__*'