Rename workflows (again)

monorepo
Varun Patil 2023-11-01 00:45:33 -07:00
parent ddc265b019
commit 2f8019cb5a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
binary:
name: Binary build
name: Binary
runs-on: ubuntu-latest
container:
@ -34,7 +34,7 @@ jobs:
docker:
runs-on: ubuntu-latest
name: Docker build
name: Docker
steps:
- name: Check out the repo