Skip to content

Commit

Permalink
Raw contains [gha-debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 27, 2025
1 parent 67e3591 commit 06e0a98
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
COMMIT_MESSAGE=$(git log $BRANCH_SHA -1 --pretty=%B)
echo ${COMMIT_MESSAGE}
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
- name: Apt dependencies
shell: bash
run: |
Expand Down Expand Up @@ -165,12 +165,16 @@ jobs:
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
- name: commit
shell: bash
run: echo

- name: Setup tmate debug session
continue-on-error: true
if: ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
if: contains(env.COMMIT_MESSAGE, '[gha-debug]')
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10

- name: after_success
shell: bash
run: |
Expand Down

0 comments on commit 06e0a98

Please sign in to comment.