From 5c0cf9ae69c5427f8d5d9c51caf16576adfa2cce Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 10 Feb 2021 17:38:33 -0600 Subject: [PATCH] We should ensure all tests (including linting) are passing on CrowdIn PRs (#17792) Also, this was not the correct way to prevent that from running anyway --- .github/workflows/js-lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/js-lint.yml b/.github/workflows/js-lint.yml index 1038eb43da7c..7c75dd7fc522 100644 --- a/.github/workflows/js-lint.yml +++ b/.github/workflows/js-lint.yml @@ -6,8 +6,6 @@ on: branches: - main pull_request: - branches-ignore: - - translations jobs: lint: