Skip to content

Commit

Permalink
Add package.json and package-lock.json to exclusions for CLI tests (#811
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Racer159 committed Sep 29, 2022
1 parent bc02968 commit 5b3ccc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-k3d.yml
Expand Up @@ -9,6 +9,8 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "package.json"
- "package-lock.json"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-k3s.yml
Expand Up @@ -9,6 +9,8 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "package.json"
- "package-lock.json"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-kind.yml
Expand Up @@ -9,6 +9,8 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "package.json"
- "package-lock.json"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down

0 comments on commit 5b3ccc4

Please sign in to comment.