Skip to content

Commit 30546be

Browse files
committed
chore: fix project list
1 parent 30ee5ac commit 30546be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
project:
23-
- js-libp2p-example-auto-relay
24-
- js-libp2p-example-chat
23+
- js-libp2p-example-circuit-relay
2524
defaults:
2625
run:
2726
working-directory: examples/${{ matrix.project }}
@@ -69,8 +68,7 @@ jobs:
6968
fail-fast: true
7069
matrix:
7170
project:
72-
- js-libp2p-example-auto-relay
73-
- js-libp2p-example-chat
71+
- js-libp2p-example-circuit-relay
7472
steps:
7573
- uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be
7674
with:

0 commit comments

Comments
 (0)