File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -500,10 +500,19 @@ jobs:
500500 ^examples/
501501` ` `
502502
503- To disable triggering via workflow input, pass an explicit empty string. Note that omitting the input entirely causes
504- the workflow's default patterns (`^src/` and `^README\.md$`) to be used — the settings file takes priority over the
505- workflow input, so set `ImportantFilePatterns : []` in `.github/PSModule.yml` to disable triggering regardless of the
506- workflow input.
503+ To disable triggering via the workflow input, pass an explicit empty string :
504+
505+ ` ` ` yaml
506+ jobs:
507+ process:
508+ uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5
509+ with:
510+ ImportantFilePatterns: ''
511+ ` ` `
512+
513+ Note that omitting the `ImportantFilePatterns` key entirely causes the workflow's default patterns (`^src/` and
514+ ` ^README\. md$` ) to be used. The settings file takes priority over the workflow input, so set
515+ `ImportantFilePatterns : []` in `.github/PSModule.yml` to disable triggering regardless of the workflow input.
507516
508517Resolution order : settings file → workflow input → workflow input default values.
509518
You can’t perform that action at this time.
0 commit comments