We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fded0d commit c694916Copy full SHA for c694916
src/main.ps1
@@ -253,7 +253,6 @@ LogGroup 'Calculate Job Run Conditions:' {
253
254
# Define important file patterns
255
$importantPatterns = @(
256
- '^\.github/workflows/Process-PSModule\.yml$'
257
'^src/'
258
'^examples/'
259
'^README\.md$'
@@ -288,7 +287,6 @@ This PR does not contain changes to files that would trigger a new release:
288
287
| ``src/**`` | Module source code |
289
| ``examples/**`` | Example scripts |
290
| ``README.md`` | Documentation |
291
-| ``.github/workflows/Process-PSModule.yml`` | Workflow configuration |
292
293
**Build, test, and publish stages will be skipped** for this PR.
294
0 commit comments