Skip to content

Commit e0ec4f5

Browse files
Remove examples from important files pattern list
1 parent c694916 commit e0ec4f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ LogGroup 'Calculate Job Run Conditions:' {
254254
# Define important file patterns
255255
$importantPatterns = @(
256256
'^src/'
257-
'^examples/'
258257
'^README\.md$'
259258
)
260259

@@ -285,7 +284,6 @@ This PR does not contain changes to files that would trigger a new release:
285284
| Path | Description |
286285
| :--- | :---------- |
287286
| ``src/**`` | Module source code |
288-
| ``examples/**`` | Example scripts |
289287
| ``README.md`` | Documentation |
290288
291289
**Build, test, and publish stages will be skipped** for this PR.

0 commit comments

Comments
 (0)