From 54e067843b8cff6bc708f81cf65343c75a61dd64 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 9 Apr 2024 23:27:55 -0500 Subject: [PATCH] ci: remove unused dispatch --- .github/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d10ba7..ac5519f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' - });