Skip to content

Commit

Permalink
fix(ci): Fix Bazel failure Slack message in agw-workflow (#13005)
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
  • Loading branch information
vktng committed Jun 16, 2022
1 parent 2a8acd3 commit e874b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agw-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
echo "Available storage:"
df -h
- name: Notify Bazel failure to slack
if: steps.bazel-codecoverage.outcome=='failure' && github.event_name == 'push'
if: failure() && steps.bazel-codecoverage.conclusion == 'failure' && github.event_name == 'push'
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_BAZEL_CI }}
Expand Down

0 comments on commit e874b12

Please sign in to comment.