fix(ci): add itself to ci change condition
Some checks failed
Test Agent / test (push) Failing after 1m0s
Some checks failed
Test Agent / test (push) Failing after 1m0s
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -6,11 +6,13 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- "agent/**"
|
||||
- ".github/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "agent/**"
|
||||
- ".github/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user