Skip to content

Commit

Permalink
build(chart): fix slack logic [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Oct 11, 2021
1 parent 35784ca commit 2b2bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
charts_repo_url: https://otomi.io/charts/
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- if: 'failure() || ${{ steps.prereq.outputs.has_changes }}'
- if: '${{ steps.prereq.outputs.has_changes }}'
name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down

0 comments on commit 2b2bca0

Please sign in to comment.