Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 642f0d8

Browse files
committed
remove slack message on stage
1 parent 7a03ecc commit 642f0d8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/stage.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,3 @@ jobs:
4141
run: |
4242
docker pull ${{ secrets.DOCKER_HUB_IP }}:${{ secrets.DOCKER_HUB_PORT}}/wheels-dev-stage
4343
docker stack deploy --with-registry-auth -c docker-compose.yml wheels-dev-stage
44-
45-
- name: Post Slack Message
46-
id: Post-Slack-Message
47-
uses: act10ns/slack@v2
48-
with:
49-
status: ${{ job.status }}
50-
steps: ${{ toJson(steps) }}
51-
channel: '#it_builds'
52-
if: always()

0 commit comments

Comments
 (0)