From aff7168b45600424fed73fb582001cf55c2e2cd3 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:03:50 -0700 Subject: [PATCH] fix: comment indent --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bd1d21e..ffaedbe5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -441,7 +441,7 @@ jobs: - cargo-test-and-report - cargo-clippy-and-report - docker-build - # Check if the event is not triggered by a fork + # Check if the event is not triggered by a fork if: github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request' steps: - name: Set up Docker Buildx