mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
ci: run tests intelligently based on changes between consecutive commits (#9017)
This commit is contained in:
@@ -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:
|
||||
- "**"
|
||||
|
||||
Reference in New Issue
Block a user