Skip to content

Commit

Permalink
Merge branch 'main' into add_some_docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 29, 2023
2 parents 2c9e479 + 0c66f95 commit 7d863bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ on:
types: [completed]

jobs:
run:
on-failure:
name: Notify on failure
runs-on: ${{ matrix.os }}
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: |
echo 'The triggering workflow failed.'
0
on-success:
name: Full tests on ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 7d863bf

Please sign in to comment.