Skip to content

Commit e4b7a76

Browse files
committed
changes
1 parent 458f024 commit e4b7a76

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/validate-queries.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
name: Validate SumoLogic Queries
1+
name: SQL Query Validation
22
on:
33
push:
44
paths:
5-
- '**/*.md'
5+
- 'docs/**/*.md'
6+
- 'blog-*/**/*.md'
67
pull_request:
78
paths:
8-
- '**/*.md'
9+
- 'docs/**/*.md'
10+
- 'blog-*/**/*.md'
911

1012
jobs:
1113
validate-queries:

docs/metrics/metrics-operators/where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ where [VALUE BOOLEAN EXPRESSION | REDUCER BOOLEAN EXPRESSION]
1414
```
1515
## Checking my PR:
1616
```sql
17-
_collector="ABC5" | where type="web"
17+
_collector="ABC6" | where type="web"
1818
```
1919
Where:
2020

0 commit comments

Comments
 (0)