Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 23, 2024
1 parent ad3eb64 commit 2a1d38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update libp2p's version where it serves as a dependency
name: Dependencies

on:
push:
Expand All @@ -7,10 +7,10 @@ on:
workflow_dispatch:

jobs:
update_version:
bumper:
# Pushes new refs to interested external repositories, so they can do early testing against libp2p's newer versions
runs-on: ubuntu-latest
name: Update libp2p's version for ${{ matrix.target.repository }}:${{ matrix.target.ref }}
name: Bump libp2p's version for ${{ matrix.target.repository }}:${{ matrix.target.ref }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2a1d38e

Please sign in to comment.