From 6295b9b9552e68932c4ea5979ab82a630c65f17f Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Fri, 20 Oct 2023 16:00:03 +0300 Subject: [PATCH] debug ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfb99574f..c68e36cd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,4 +27,4 @@ jobs: - name: Run Changed tests only if: github.event_name == 'pull_request' - run: npx jest --verbose --onlyChanged --changedSince=${{github.event.pull_request.base.sha }} + run: npx jest --verbose --onlyChanged --changedSince=origin/master