Skip to content

Commit

Permalink
add notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 18, 2024
1 parent 06738d3 commit 4fd475e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
upload:
if: ${{ always() }}
needs: integration-test
runs-on: ubuntu-latest
steps:
- name: Upload Logs
uses: actions/upload-artifact@v4
Expand All @@ -60,7 +59,6 @@ jobs:
notification:
if: ${{ always() }}
needs: [upload, integration-test]
runs-on: ubuntu-latest
steps:
- name: Send notification email
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 4fd475e

Please sign in to comment.