From 0dfe01d55ed343b913bdfbe63209b4e627c47e01 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Aug 2023 11:12:29 +0300 Subject: [PATCH] Revert "ci: run tests intelligently based on changes between consecutive commits (#9017)" This reverts commit 4d8152d54324ef5374cfd2737723bb04e47d6876. --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9afe6f75a6904..b383d0ebcf3ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,10 @@ name: ci on: push: + branches: + - main + + pull_request: workflow_dispatch: permissions: @@ -43,7 +47,6 @@ jobs: uses: dorny/paths-filter@v2 id: filter with: - base: ${{ github.ref }} filters: | all: - "**"