Skip to content

Commit 73996a0

Browse files
committed
fix: gha
1 parent 2bef197 commit 73996a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
secrets: inherit
4444

4545
rpc-proxy:
46-
uses: ./.github/workflows/rpc-proxy.yml
46+
uses: ./.github/workflows/rpc-proxy-test.yml
4747
secrets: inherit
4848

4949
install-build:

.github/workflows/rpc-proxy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RPC Proxy - Docker build, scan and push
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55

66
env:
77
DOCKERFILE_LOCATION: "docker/rpc-proxy/Dockerfile"

0 commit comments

Comments
 (0)