Skip to content

Commit

Permalink
Restored notyfing about every status of full pipeline (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Mar 11, 2022
1 parent 2f81c39 commit 9885885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fields: repo,message,commit,author,eventName,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: job.status != 'success'
if: always()

publish:
needs: [lint, test]
Expand Down

0 comments on commit 9885885

Please sign in to comment.