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: