From 5a3458bf7426f2d89b085a129f5135174eb6eefb Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Jun 2026 11:36:42 +0200 Subject: [PATCH] :wrench: Fix typo on github workflows config --- .github/workflows/tests-frontend.yml | 4 ++-- .github/workflows/tests-integration.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-frontend.yml b/.github/workflows/tests-frontend.yml index f88f900204..14011a5110 100644 --- a/.github/workflows/tests-frontend.yml +++ b/.github/workflows/tests-frontend.yml @@ -7,7 +7,7 @@ defaults: on: pull_request: paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' @@ -22,7 +22,7 @@ on: - staging paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 46b6b82649..b028676aa7 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -7,7 +7,7 @@ defaults: on: pull_request: paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' @@ -22,7 +22,7 @@ on: - staging paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**'