Skip to content

Commit

Permalink
disable run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Oct 6, 2023
1 parent 19d012c commit 9c49c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# shell: bash

- name: Notify SDK Slack Docs PR Success
if: ${{ success() && steps.docs_pr.conclusion == 'success' }}
# if: ${{ success() && steps.docs_pr.conclusion == 'success' }}
uses: ./.github/actions/notify-slack-publish-status
with:
message: "✅ Docs PR published successfully - please review and merge [Release SDK reference docs v${{ env.VERSION }}](https://github.com/immutable/imx-docs/pulls)"
Expand Down

0 comments on commit 9c49c3a

Please sign in to comment.