chore: prevent running ci when other workflows are updated (#8285)

This commit is contained in:
Muhammad Atif Ali
2023-07-01 01:38:50 +03:00
committed by GitHub
parent dad4876e90
commit 83bee35c36

View File

@ -89,7 +89,8 @@ jobs:
- "scripts/Dockerfile.base"
- "scripts/helm.sh"
ci:
- ".github/**"
- ".github/actions/**"
- ".github/workflows/ci.yaml"
- id: debug
run: |
echo "${{ toJSON(steps.filter )}}"