Skip to content

Commit

Permalink
ci: remove tag successful run
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 5, 2024
1 parent 764e95b commit 5f9fad8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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__*'

0 comments on commit 5f9fad8

Please sign in to comment.