ci: run tests intelligently based on changes between consecutive commits (#9017)

This commit is contained in:
Muhammad Atif Ali
2023-08-11 13:48:24 +03:00
committed by GitHub
parent 40f3fc3a1c
commit 4d8152d543
+1 -4
View File
@@ -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:
- "**"