Skip to content

Commit

Permalink
[GHA] Fix copy-paste error for notify-ci-result.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jul 30, 2024
1 parent bfac50d commit f854bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/notify-ci-result/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:
Unit-Tests failed: [#${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
- name: Notify run tests result to slack
if: >
${{ inputs.for == 'scan_build' &&
${{ inputs.for == 'run_tests' &&
github.event_name == 'push' &&
(
github.ref == 'refs/heads/master' ||
Expand Down

0 comments on commit f854bfa

Please sign in to comment.