Skip to content

Commit

Permalink
GHA: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg authored Nov 7, 2024
1 parent 94f7642 commit edd1287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
path: build/docs/python-api/*

- name: "Setup tmate session (on failure and debug_enabled)"
if: "${{ failure() && ((github.event_name == 'workflow_dispatch' && inputs.debug_enabled) || contains( github.event.pull_request.labels.*.name, 'CI: Debug')) }}"
if: "${{ failure() && contains( github.event.pull_request.labels.*.name, 'CI: Debug') }}"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
verbosity: debug

- name: "Setup tmate session (on failure and debug_enabled)"
if: "${{ failure() && ((github.event_name == 'workflow_dispatch' && inputs.debug_enabled) || contains( github.event.pull_request.labels.*.name, 'CI: Debug')) }}"
if: "${{ failure() && contains( github.event.pull_request.labels.*.name, 'CI: Debug') }}"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
./inviwo --logconsole --quit
- name: "Setup tmate session (on failure and debug_enabled)"
if: "${{ failure() && ((github.event_name == 'workflow_dispatch' && inputs.debug_enabled) || contains( github.event.pull_request.labels.*.name, 'CI: Debug')) }}"
if: "${{ failure() && contains( github.event.pull_request.labels.*.name, 'CI: Debug') }}"
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
Expand Down

0 comments on commit edd1287

Please sign in to comment.