Give workflow jobs an user-friendly name

This commit is contained in:
Alejandro González 2023-07-22 15:50:42 +02:00 committed by Josh Holmer
parent 5121570add
commit bf9bda98e8

View file

@ -10,6 +10,8 @@ on:
jobs: jobs:
ci: ci:
name: CI
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 60 timeout-minutes: 60
@ -144,6 +146,8 @@ jobs:
target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng.exe target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng.exe
msrv-check: msrv-check:
name: MSRV check
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 30