From c75c8af1e93cc8a1ca4a1280f2b462d7935dc17a Mon Sep 17 00:00:00 2001 From: Botho <1258870+elbotho@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:26:24 +0200 Subject: [PATCH] fix(CI): try to run checks only once on staging --- .github/workflows/js.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/js.yaml b/.github/workflows/js.yaml index 933148b904..5d63c529f6 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -2,7 +2,6 @@ name: Javascript on: push: branches: - - staging - production pull_request: jobs: