From 4d8152d54324ef5374cfd2737723bb04e47d6876 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 11 Aug 2023 13:48:24 +0300 Subject: [PATCH] ci: run tests intelligently based on changes between consecutive commits (#9017) --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8220492528..8c3a3d441e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,10 +2,6 @@ name: ci on: push: - branches: - - main - - pull_request: workflow_dispatch: permissions: @@ -47,6 +43,7 @@ jobs: uses: dorny/paths-filter@v2 id: filter with: + base: ${{ github.ref }} filters: | all: - "**"