From c5734991669da7fa5d1215624950cf8189a80e32 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Tue, 11 Oct 2022 15:58:45 +0000 Subject: [PATCH] ci: fix typo: unconditionally Signed-off-by: Zygmunt Krynicki --- .github/actions/docker-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index 35fac92..b91668e 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -17,7 +17,7 @@ runs: steps: - name: Build the ${{ inputs.docker_image }} docker image shell: bash - # We run this unconditinally even if the change doesn't touch the + # We run this unconditionally even if the change doesn't touch the # relevant docker files because there is a chance that another PR (or # something else) rebuilt the local image. For example if the first # version of the PR included change for the relevant docker image but a