Skip to content

Commit baee468

Browse files
committed
Workflow: Updated wrong code
1 parent 65629ef commit baee468

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build-push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: build preview
22

33
on:
4-
release:
5-
types:
6-
- published
74
pull_request:
85
branches:
96
- "*"

.github/workflows/slack-notification.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Slack notification for new theme release
22

33
on:
44
pull_request:
5-
# workflow_run:
6-
# workflows:
7-
# - "documentation preview"
8-
# types: [completed]
5+
# repository_dispatch:
6+
# types: [trigger-slack-notification]
97

108
permissions:
119
contents: read
@@ -52,4 +50,5 @@ jobs:
5250
}]
5351
}
5452
env:
53+
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
5554
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)