Skip to content

Commit 20c44b2

Browse files
committed
chore: remove notify-website of github action
1 parent ae977fc commit 20c44b2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,3 @@ jobs:
146146
name: ${{github.ref_name}}
147147
generate_release_notes: true
148148

149-
notify-website:
150-
runs-on: ubuntu-latest
151-
needs:
152-
- release-finish
153-
steps:
154-
- uses: actions/github-script@v6
155-
with:
156-
script: |
157-
github.rest.actions.createWorkflowDispatch({
158-
owner: context.repo.owner,
159-
repo: 'website',
160-
workflow_id: 'update_ecsact_sdk.yml',
161-
ref: 'main',
162-
})

0 commit comments

Comments
 (0)