We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2188a86 commit 9fb8d44Copy full SHA for 9fb8d44
.github/workflows/release-package.yml
@@ -37,12 +37,3 @@ jobs:
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
publish_dir: ./docs/_build/html
40
- - name: Notify Slack of pipeline completion
41
- uses: 8398a7/action-slack@v2
42
- with:
43
- status: ${{ job.status }}
44
- author_name: Github Action
45
- env:
46
- GITHUB_TOKEN: ${{ secrets.github_slack_token }}
47
- SLACK_WEBHOOK_URL: ${{ secrets.slack_webhook }}
48
- if: always()
0 commit comments