Skip to content

Commit

Permalink
update workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Apr 1, 2021
1 parent 4eec49d commit 7726154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- pull_request

jobs:
run:
ci:
name: ${{ matrix.command }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main

jobs:
run:
release:
name: ${{ matrix.channel }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7726154

Please sign in to comment.