From def58e876f6257e454c1683e787d96080da2bb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Wed, 8 May 2024 12:10:59 +0100 Subject: [PATCH] .github/workflows: Move comment below run statement (hopefully fixing yml syntax error). --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61dfba97..ae505113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,8 @@ jobs: - if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }} name: List the state of node modules continue-on-error: true - # More useful with e.g. npm. run: echo "Stub action: merely printing a notice that there was a cache miss" + # More useful with e.g. npm. - name: Checkout submodules run: git submodule init && git submodule update @@ -96,8 +96,8 @@ jobs: - if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }} name: List the state of node modules continue-on-error: true - # More useful with e.g. npm. run: echo "Stub action: merely printing a notice that there was a cache miss" + # More useful with e.g. npm. - name: Checkout submodules run: git submodule init && git submodule update