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