From 6e629db75c1e05adc68dc1566aac9b16faa0a52e Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 08:18:38 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index e3d873609..03bb3eeb3 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -1,14 +1,10 @@ name: Repository Dispatch - on: - check_suite: - types: [completed] -# repository_dispatch: -# types: [my-event] + repository_dispatch: + types: [my-event] #pull_request: #branches: [master] - jobs: myEvent: runs-on: ubuntu-latest @@ -40,7 +36,6 @@ jobs: "description": "Staging tests passed", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" }' - curl \ -X POST \ -H "Accept: application/vnd.github+json" \