Skip to content

Commit c694916

Browse files
Remove workflow file from important files pattern list
1 parent 9fded0d commit c694916

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
@@ -253,7 +253,6 @@ LogGroup 'Calculate Job Run Conditions:' {
253253

254254
# Define important file patterns
255255
$importantPatterns = @(
256-
'^\.github/workflows/Process-PSModule\.yml$'
257256
'^src/'
258257
'^examples/'
259258
'^README\.md$'
@@ -288,7 +287,6 @@ This PR does not contain changes to files that would trigger a new release:
288287
| ``src/**`` | Module source code |
289288
| ``examples/**`` | Example scripts |
290289
| ``README.md`` | Documentation |
291-
| ``.github/workflows/Process-PSModule.yml`` | Workflow configuration |
292290
293291
**Build, test, and publish stages will be skipped** for this PR.
294292

0 commit comments

Comments
 (0)