From b3750ebdd3509a4bea5d17e77ebd523fa53c21d9 Mon Sep 17 00:00:00 2001 From: Dmytro Biloshytskyi Date: Wed, 16 Oct 2024 10:48:23 +0300 Subject: [PATCH] Fix github formatting --- .github/workflows/dashboard_matrix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dashboard_matrix.yml b/.github/workflows/dashboard_matrix.yml index 1f5194090d..599e49a468 100644 --- a/.github/workflows/dashboard_matrix.yml +++ b/.github/workflows/dashboard_matrix.yml @@ -4,11 +4,11 @@ on: schedule: - cron: '0 12 * * *' # Run every day at 12:00 UTC workflow_dispatch: - inputs: - branch: - description: "Branch to run tests on" - required: true - default: "reflow" + inputs: + branch: + description: "Branch to run tests on" + required: true + default: "reflow" push: branches: - reflow