Skip to content

Commit

Permalink
ci: Disable CI jobs when docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 10, 2024
1 parent 42e4468 commit 53e4b46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- package.json
- apps/**
- !apps/docs/**
- libraries/**

pull_request:
paths:
- package.json
- apps/**
- !apps/docs/**
- libraries/**

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- main
paths:
- apps/**
- !apps/docs/**
- libraries/**

pull_request:
paths:
- apps/**
- !apps/docs/**
- libraries/**

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- package.json
- apps/**
- !apps/docs/**
- libraries/**

pull_request:
paths:
- package.json
- apps/**
- !apps/docs/**
- libraries/**

jobs:
Expand Down
3 changes: 0 additions & 3 deletions apps/docs/_snippets/snippet-example.mdx

This file was deleted.

0 comments on commit 53e4b46

Please sign in to comment.