Skip to content

Commit d3dff3a

Browse files
committed
ci: add sanity checking
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 4a978c7 commit d3dff3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
channel-id: 'general'
128128
payload: |
129129
{
130-
"text": ":warning: *Smoke test failed on `with-langgraph`* :warning:",
130+
"text": ":warning: *Smoke test failed on `with-langgraph-python`* :warning:",
131131
"blocks": [
132132
{
133133
"type": "section",
134134
"text": {
135135
"type": "mrkdwn",
136-
"text": ":warning: *Smoke test failed on `with-langgraph`* :warning:\n\n*Repository:* ${{ github.repository }}\n*Workflow:* ${{ github.workflow }}\n*Run ID:* ${{ github.run_id }}\n*Commit:* ${{ github.sha }}\n\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View run details>"
136+
"text": ":warning: *Smoke test failed on `with-langgraph-python`* :warning:\n\n*Repository:* ${{ github.repository }}\n*Workflow:* ${{ github.workflow }}\n*Run ID:* ${{ github.run_id }}\n*Commit:* ${{ github.sha }}\n\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View run details>"
137137
}
138138
}
139139
]

0 commit comments

Comments
 (0)