Skip to content

Commit

Permalink
unstable feat: event triggered ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Feb 23, 2024
1 parent 44d9472 commit 3296a51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aspect-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Aspect Test V2
name: Aspect Test

env:
test_node_addr: "https://betanet-rpc1.artela.network"
Expand All @@ -11,6 +11,8 @@ on:
branches: [ ci_test ]
pull_request:
branches: [ ci_test ]
repository_dispatch:
types: [ trigger-action ]

jobs:
test-job:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jsonrpc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches: [ ci_test ]
pull_request:
branches: [ ci_test ]
repository_dispatch:
types: [ trigger-action ]

jobs:
test-job:
Expand Down

0 comments on commit 3296a51

Please sign in to comment.