Skip to content

Commit

Permalink
chore: fix project list
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 25, 2023
1 parent 30ee5ac commit 30546be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
fail-fast: false
matrix:
project:
- js-libp2p-example-auto-relay
- js-libp2p-example-chat
- js-libp2p-example-circuit-relay
defaults:
run:
working-directory: examples/${{ matrix.project }}
Expand Down Expand Up @@ -69,8 +68,7 @@ jobs:
fail-fast: true
matrix:
project:
- js-libp2p-example-auto-relay
- js-libp2p-example-chat
- js-libp2p-example-circuit-relay
steps:
- uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be
with:
Expand Down

0 comments on commit 30546be

Please sign in to comment.