File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
COMMIT_MESSAGE=$(git log $BRANCH_SHA -1 --pretty=%B)
111
111
echo ${COMMIT_MESSAGE}
112
112
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
113
-
113
+
114
114
- name : Apt dependencies
115
115
shell : bash
116
116
run : |
@@ -165,12 +165,16 @@ jobs:
165
165
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
166
166
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
167
167
168
+ - name : commit
169
+ shell : bash
170
+ run : echo
171
+
168
172
- name : Setup tmate debug session
169
173
continue-on-error : true
170
- if : ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
174
+ if : contains(env.COMMIT_MESSAGE, '[gha-debug]')
171
175
uses : mxschmitt/action-tmate@v3
172
176
timeout-minutes : 10
173
-
177
+
174
178
- name : after_success
175
179
shell : bash
176
180
run : |
You can’t perform that action at this time.
0 commit comments