Skip to content

Commit

Permalink
ci: remove unused dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 10, 2024
1 parent 22464c4 commit 54e0678
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,3 @@ jobs:
clean-exclude: |
1
lib
engage_toaster:
runs-on: ubuntu-latest
needs: validate
steps:
- name: Trigger Litestar Toast Update Release Workflow
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'update-toast.yml',
ref: 'main'
});

0 comments on commit 54e0678

Please sign in to comment.