We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7728db7 commit b565273Copy full SHA for b565273
.github/workflows/superset-e2e.yml
@@ -8,6 +8,8 @@ on:
8
- "docs/**"
9
pull_request:
10
types: [synchronize, opened, reopened, ready_for_review]
11
+ paths-ignore:
12
+ - "docs/**"
13
14
jobs:
15
cypress-matrix:
0 commit comments