From 00a79bdabafc2444fa34a53112077fc618c80891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 8 Feb 2022 08:42:05 -0700 Subject: [PATCH] Ignores e2e test for translation PRs (#1748) --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cb797303..5c096cde 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -3,6 +3,8 @@ on: pull_request_target: branches: - main + paths-ignore: + - public/static/locales/** jobs: test: timeout-minutes: 10