Skip to content

Commit 8051e03

Browse files
committed
feat: dispatch wf6
1 parent c2b92f3 commit 8051e03

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/cl.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
workflow_dispatch:
66
workflow_call:
77
secrets:
8-
# githubToken:
9-
# description: 'The GitHub token for the repository'
10-
# required: true
118
SLACK_BOT_TOKEN:
129
description: 'The Slack bot token'
1310
required: true
@@ -75,6 +72,7 @@ jobs:
7572
UNRELEASED_CHANGELOG: ${{ steps.generate_unreleased_changelog.outputs.changelog }}
7673

7774
- name: Send custom JSON data to Slack workflow
75+
if: ${{ !contains(github.event.head_commit.message, '[skip cl notify]') }}
7876
uses: slackapi/[email protected]
7977
with:
8078
channel-id: "C06N79SSDD5"

.github/workflows/triggers_cl.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
permissions:
2828
contents: write
2929
secrets:
30-
# githubToken: ${{ secrets.GITHUB_TOKEN }}
3130
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3231

0 commit comments

Comments
 (0)