Skip to content

Commit

Permalink
Do not setup tmate session unless we are testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Mar 29, 2024
1 parent 45c637e commit 485e656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
with:
limit-access-to-actor: true
detached: true
if: ${{ inputs.testing == 'True' }}

- name: Create and Test Package
run: |
Expand Down

0 comments on commit 485e656

Please sign in to comment.