Skip to content

Commit

Permalink
Improve messages in Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Aug 23, 2024
1 parent d3e9868 commit 71f20a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Release Rust Application

on:
release:
Expand All @@ -9,7 +9,7 @@ permissions:

jobs:
release:
name: release ${{ matrix.target }}
name: Release for ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Test Rust Application

on:
push:
Expand Down

0 comments on commit 71f20a2

Please sign in to comment.