Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 8, 2024
1 parent d628a4d commit f8c151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
- name: ITK-SNAP Dashboard -- Test
id: ctest-test
if: ${{ github.event_name == 'workflow_dispatch' && !inputs.skip_testing }}
if: ${{ github.event_name != 'workflow_dispatch' || !inputs.skip_testing }}
working-directory: ${{github.workspace}}/itksnap/build
shell: bash
continue-on-error: true
Expand Down

0 comments on commit f8c151b

Please sign in to comment.