1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 01:50:06 +02:00

update workflow naming

This commit is contained in:
Ian Storm Taylor
2021-04-01 13:45:42 -04:00
parent 4eec49de16
commit 77261549c5
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ on:
- pull_request - pull_request
jobs: jobs:
run: ci:
name: ${{ matrix.command }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

@@ -6,7 +6,8 @@ on:
- main - main
jobs: jobs:
run: release:
name: ${{ matrix.channel }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: