mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 17:39:57 +02:00
update workflow naming
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -5,7 +5,8 @@ on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
run:
|
||||
ci:
|
||||
name: ${{ matrix.command }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -6,7 +6,8 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run:
|
||||
release:
|
||||
name: ${{ matrix.channel }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Reference in New Issue
Block a user