mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
ci: fix typo: unconditionally
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
This commit is contained in:
parent
757d88af9f
commit
c573499166
2
.github/actions/docker-build/action.yml
vendored
2
.github/actions/docker-build/action.yml
vendored
|
@ -17,7 +17,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build the ${{ inputs.docker_image }} docker image
|
- name: Build the ${{ inputs.docker_image }} docker image
|
||||||
shell: bash
|
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
|
# relevant docker files because there is a chance that another PR (or
|
||||||
# something else) rebuilt the local image. For example if the first
|
# something else) rebuilt the local image. For example if the first
|
||||||
# version of the PR included change for the relevant docker image but a
|
# version of the PR included change for the relevant docker image but a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user