Skip to content

Commit

Permalink
Temporary stop sending slack message from webview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 6, 2024
1 parent a2b0fcc commit bde24c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios-simulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
name: Notify on Slack
uses: ./.github/workflows/send-slack-message.yaml
needs: run_tests
if: always()
if: success()
with:
TESTS_EXIT_CODE: ${{ needs.run_tests.outputs.TESTS_EXIT_CODE }}
FAILURE_STATUS: ${{ needs.run_tests.outputs.FAILURE_STATUS }}
Expand Down

0 comments on commit bde24c5

Please sign in to comment.