From 3ce0587199eafbe30cba115c1b1ec08d93688012 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 7 Apr 2025 18:32:37 -0400 Subject: [PATCH] ci: remove unused debug action (#30713) Removing an unused action --- .github/workflows/people.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 8321a319792..354edcf1e5a 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -6,11 +6,6 @@ on: push: branches: [jacob/people] workflow_dispatch: - inputs: - debug_enabled: - description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' - required: false - default: 'false' jobs: langchain-people: @@ -26,12 +21,6 @@ jobs: # Ref: https://github.com/actions/runner/issues/2033 - name: Fix git safe.directory in container run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig - # Allow debugging with tmate - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} - with: - limit-access-to-actor: true - uses: ./.github/actions/people with: token: ${{ secrets.LANGCHAIN_PEOPLE_GITHUB_TOKEN }} \ No newline at end of file