summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAbhishek Soni <abhisheksoni2720@gmail.com>2020-07-10 18:35:29 +0530
committerGitHub <noreply@github.com>2020-07-10 16:05:29 +0300
commitd5648d617e1ed5b9cfa575ad412bc9d450b16afd (patch)
tree91e642967025d8e6fdb77bf9d941d6d6f4b9e1d7 /.github
parentaf39d750cd6af99774b606899794bef405c32429 (diff)
downloadredis-d5648d617e1ed5b9cfa575ad412bc9d450b16afd.tar.gz
fix: typo in CI job name (#7466)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 439e3f3df..730eaf0dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
- name: make
run: make
- biuld-32bit:
+ build-32bit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1