Skip to content

Commit

Permalink
FIX - Docs sync workflow syntax (#17663)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull authored and harshach committed Sep 2, 2024
1 parent 11d32e6 commit 2e3984e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
target-branch: main

- name: Slack on Failure
if: ${{ steps.push_content.outcome != 'success' || steps.push_content_collate != 'success' }}
if: ${{ steps.push_content.outcome != 'success' || steps.push_content_collate.outcome != 'success' }}
uses: slackapi/slack-github-action@v1.23.0
with:
payload: |
Expand Down

0 comments on commit 2e3984e

Please sign in to comment.