chore: skip reconnecting pty scale tests (#5908)

* fix: close reconnecting pty conn when exiting agent

Fixes https://github.com/coder/coder/actions/runs/4038282899/jobs/6942170850

* Fix conpty

* Fix contrib

* Skip runner tests for being flakes

* Fix gpg key test

* Fix golden files

* Fix comments
This commit is contained in:
Kyle Carberry
2023-01-29 14:53:49 -06:00
committed by GitHub
parent 33c6260efb
commit 8487127f5c
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
name: Release labels
runs-on: ubuntu-latest
# Depend on lint so that title is Conventional Commits-compatible.
needs: [lint-title]
needs: [title]
# Skip tagging for draft PRs.
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
steps: