File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 # continue-on-error: true
103103 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
104104
105- # https://github.com/mxschmitt/action-tmate
106- # allow remote ssh into the CI container. I need this to debug
107- # some xfail cases
108- - name : Setup tmate session
109- uses : mxschmitt/action-tmate@v3
110- if : ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
111- timeout-minutes : 2
112- with :
113- limit-access-to-actor : true
105+ # https://github.com/mxschmitt/action-tmate
106+ # allow remote ssh into the CI container. I need this to debug
107+ # some xfail cases
108+ - name : Setup tmate session
109+ uses : mxschmitt/action-tmate@v3
110+ if : ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
111+ timeout-minutes : 2
112+ with :
113+ limit-access-to-actor : true
114114
115115 # Setup version of Python to use
116116 - name : Set Up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments