mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Fix more capitalization issues.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a7d1fd9ffb
commit
72d6ff3c3b
8
.github/workflows/production-suite.yml
vendored
8
.github/workflows/production-suite.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Zulip Production Suite
|
||||
name: Zulip production suite
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -30,7 +30,7 @@ defaults:
|
||||
|
||||
jobs:
|
||||
production_build:
|
||||
name: Bionic Production Build
|
||||
name: Bionic production build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# This docker image was created by a generated Dockerfile at:
|
||||
@@ -104,12 +104,12 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- docker_image: mepriyank/actions:bionic
|
||||
name: Bionic Production Install
|
||||
name: Bionic production install
|
||||
is_bionic: true
|
||||
os: bionic
|
||||
|
||||
- docker_image: mepriyank/actions:focal
|
||||
name: Focal Production Install
|
||||
name: Focal production install
|
||||
is_focal: true
|
||||
os: focal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user