Skip to content

Commit 83bee35

Browse files
authored
chore: prevent running ci when other workflows are updated (#8285)
1 parent dad4876 commit 83bee35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- "scripts/Dockerfile.base"
9090
- "scripts/helm.sh"
9191
ci:
92-
- ".github/**"
92+
- ".github/actions/**"
93+
- ".github/workflows/ci.yaml"
9394
- id: debug
9495
run: |
9596
echo "${{ toJSON(steps.filter )}}"

0 commit comments

Comments
 (0)