diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabd291a..90a83719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: run: | echo "Code Coverage Percentage : ${{fromJson(steps.test_results.outputs.testResultsJson).coveragePercentage}}" - - name: Allert notifier on failure + - name: Alert notifier on failure if: failure() && (github.event.action == 'check_connector_for_breaking_changes') run: | curl -X POST \