Skip to content

Commit

Permalink
Update .github/workflows/ci_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: River <[email protected]>
  • Loading branch information
ClausKlein and wusatosi authored Nov 10, 2024
1 parent d78b1ec commit c821774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: ctest --test-dir build --build-config Debug

create-issue-when-fault:
runs-on: ubuntu-latest # 22.04
runs-on: ubuntu-latest
needs: [preset-test, test]
if: failure() && github.event_name == 'schedule'
steps:
Expand Down

0 comments on commit c821774

Please sign in to comment.