Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 29 additions & 20 deletions .github/workflows/lookml-validation.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
name: LookML Validation Pipeline

# Disabled: Only lookml-validation-partly.yml should run
# workflow will run automatically on PR or push (as before) and can be triggered manually
# on:
# workflow_dispatch:
# pull_request:
# branches: [ main, master, develop ]
# paths:
# - '**/*.lookml'
# - '**/*.lkml'
# - '**/*.model'
# - '**/*.view'
# - '**/*.explore'
# - '**/*.dashboard'
# - 'manifest.lkml'
# push:
# branches: [ main, master ]
# paths:
# - '**/*.lookml'
# - '**/*.lkml'
# - '**/*.model'
# - '**/*.view'
# - '**/*.explore'
# - '**/*.dashboard'
# - 'manifest.lkml'

on:
workflow_dispatch:
pull_request:
branches: [ main, master, develop ]
paths:
- '**/*.lookml'
- '**/*.lkml'
- '**/*.model'
- '**/*.view'
- '**/*.explore'
- '**/*.dashboard'
- 'manifest.lkml'
push:
branches: [ main, master ]
paths:
- '**/*.lookml'
- '**/*.lkml'
- '**/*.model'
- '**/*.view'
- '**/*.explore'
- '**/*.dashboard'
- 'manifest.lkml'
inputs:
force_run:
description: 'Force run this disabled workflow'
required: false
default: 'false'

jobs:
lookml-validation:
Expand Down
49 changes: 29 additions & 20 deletions .github/workflows/spectacles-validation.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
name: Spectacles LookML Validation

# Disabled: Only lookml-validation-partly.yml should run
# on:
# pull_request:
# branches: [ main, master, develop ]
# paths:
# - '**/*.lookml'
# - '**/*.lkml'
# - '**/*.model'
# - '**/*.view'
# - '**/*.explore'
# - '**/*.dashboard'
# - 'manifest.lkml'
# push:
# branches: [ main, master ]
# paths:
# - '**/*.lookml'
# - '**/*.lkml'
# - '**/*.model'
# - '**/*.view'
# - '**/*.explore'
# - '**/*.dashboard'
# - 'manifest.lkml'

on:
pull_request:
branches: [ main, master, develop ]
paths:
- '**/*.lookml'
- '**/*.lkml'
- '**/*.model'
- '**/*.view'
- '**/*.explore'
- '**/*.dashboard'
- 'manifest.lkml'
push:
branches: [ main, master ]
paths:
- '**/*.lookml'
- '**/*.lkml'
- '**/*.model'
- '**/*.view'
- '**/*.explore'
- '**/*.dashboard'
- 'manifest.lkml'
workflow_dispatch:
inputs:
force_run:
description: 'Force run this disabled workflow'
required: false
default: 'false'

jobs:
spectacles-validation:
Expand Down