Skip to content

Commit 08e799d

Browse files
committed
Run if there are *only* edits in an excluded directory
1 parent 3a7e666 commit 08e799d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request-checks-disabled.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: PR check without code changes
33
on:
44
pull_request:
55
paths:
6+
- "!**"
67
- deployment/**
78
- development/**
89
- .vscode/**
9-
- "!src/**"
10-
- "!s2i/**"
1110

1211
jobs:
1312
build:

0 commit comments

Comments
 (0)