Skip to content

Commit

Permalink
fix #735: ci/cd: notification has wrong status
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 24, 2023
1 parent 9be817d commit b853fa8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Fake step for the issue 735
run: echo Failed && exit 1

- name: Checkout the repository
uses: actions/checkout@v3
with: { fetch-depth: 0 }
Expand Down Expand Up @@ -75,7 +72,7 @@ jobs:

notify:
name: Notifying
needs: [ deploy ]
needs: [ build, deploy ]
runs-on: ubuntu-latest
if: failure() || success()

Expand Down

0 comments on commit b853fa8

Please sign in to comment.