Skip to content

Commit 06e0a98

Browse files
committed
Raw contains [gha-debug]
1 parent 67e3591 commit 06e0a98

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
COMMIT_MESSAGE=$(git log $BRANCH_SHA -1 --pretty=%B)
111111
echo ${COMMIT_MESSAGE}
112112
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
113-
113+
114114
- name: Apt dependencies
115115
shell: bash
116116
run: |
@@ -165,12 +165,16 @@ jobs:
165165
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
166166
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
167167
168+
- name: commit
169+
shell: bash
170+
run: echo
171+
168172
- name: Setup tmate debug session
169173
continue-on-error: true
170-
if: ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
174+
if: contains(env.COMMIT_MESSAGE, '[gha-debug]')
171175
uses: mxschmitt/action-tmate@v3
172176
timeout-minutes: 10
173-
177+
174178
- name: after_success
175179
shell: bash
176180
run: |

0 commit comments

Comments
 (0)