Skip to content

Commit

Permalink
update gh workflow titles
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 3, 2024
1 parent 05450e9 commit a117a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-cw-clients.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload CosmWasm clients as Github workflow artifact
name: Upload precompiled CosmWasm clients
on:
pull_request:
paths:
Expand Down Expand Up @@ -36,7 +36,7 @@ concurrency:

jobs:
upload-tendermint-cw-client:
name: Compile and upload Tendermint CosmWasm client
name: Upload precompiled Tendermint CosmWasm client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a117a32

Please sign in to comment.