Skip to content

Commit aa859cd

Browse files
committed
disable slack and fix fi
1 parent 1e01ba1 commit aa859cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-publish-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ jobs:
135135
run: mike deploy "${{ steps.version.outputs.mike_alias }}" --branch gh-pages --push
136136

137137
- name: Notify Slack
138-
if: steps.check.outputs.published == 'true'
138+
# if: steps.check.outputs.published == 'true'
139+
if: false
139140
env:
140141
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCS_CHANNEL_URL }}
141142
MIKE_ALIAS: ${{ steps.version.outputs.mike_alias }}

.github/workflows/auto-sync-core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
git commit -m "Squash merge ${{ github.ref_name }} into ${{ matrix.branch }}"
4646
git push origin ${{ matrix.branch }}
4747
echo "status=success" >> $GITHUB_OUTPUT
48-
fi
4948
else
5049
# Merge conflict: retry with 'theirs'
5150
git reset --hard HEAD

0 commit comments

Comments
 (0)