From 9c23041ecc464a371f0eefd082b8cd8b3d44eb30 Mon Sep 17 00:00:00 2001 From: Barber0 Date: Mon, 26 Feb 2024 03:58:50 +0000 Subject: [PATCH] fix: remove unused ci hook --- .github/workflows/aspect-test.yaml | 2 -- .github/workflows/jsonrpc-test.yaml | 5 ----- 2 files changed, 7 deletions(-) diff --git a/.github/workflows/aspect-test.yaml b/.github/workflows/aspect-test.yaml index 4a065f86..1e97e168 100644 --- a/.github/workflows/aspect-test.yaml +++ b/.github/workflows/aspect-test.yaml @@ -14,8 +14,6 @@ on: branches: [ ci_test ] pull_request: branches: [ ci_test ] - repository_dispatch: - types: [ trigger-action ] jobs: test-job: diff --git a/.github/workflows/jsonrpc-test.yaml b/.github/workflows/jsonrpc-test.yaml index 75503cbe..c9c2c66b 100644 --- a/.github/workflows/jsonrpc-test.yaml +++ b/.github/workflows/jsonrpc-test.yaml @@ -10,11 +10,6 @@ on: branches: [ ci_test ] pull_request: branches: [ ci_test ] - repository_dispatch: - types: [ trigger-action ] - branches: - - main - - ci_test jobs: test-job: