From c3b60229ccc0985f6768b19c1c70810dc002cf7a Mon Sep 17 00:00:00 2001 From: Angad Date: Thu, 14 Sep 2023 22:19:06 -0700 Subject: [PATCH] Change repository dispatch event name --- .github/workflows/clang-format.yml | 2 +- .github/workflows/testbuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 4910095..5422e6f 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -34,4 +34,4 @@ jobs: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v2.1.2 with: - event-type: format-event + event-type: build-event diff --git a/.github/workflows/testbuild.yml b/.github/workflows/testbuild.yml index 02c701a..2cac406 100644 --- a/.github/workflows/testbuild.yml +++ b/.github/workflows/testbuild.yml @@ -2,7 +2,7 @@ name: Test Build on: repository_dispatch: - types: format-event + types: build-event workflow_dispatch: env: