Skip to content

Commit 12918e5

Browse files
committed
tst(githubci): fix indentation. I hate yaml.
1 parent ba4c09c commit 12918e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)