Skip to content

Commit 2da7774

Browse files
Prevent dogfood Pages deployments
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 5086c80 commit 2da7774

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/Workflow-Test-Default.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
with:
5555
WorkingDirectory: tests/srcTestRepo
5656
ImportantFilePatterns: |
57-
^src/
58-
^README\.md$
57+
^tests/srcTestRepo/
5958
^\.github/actions/
6059
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
6160

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
with:
5555
WorkingDirectory: tests/srcWithManifestTestRepo
5656
ImportantFilePatterns: |
57-
^src/
58-
^README\.md$
57+
^tests/srcWithManifestTestRepo/
5958
^\.github/actions/
6059
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
6160
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Name: PSModuleTest2
2+
Build:
3+
Site:
4+
Skip: true
25
Linter:
36
Skip: true

tests/srcWithManifestTestRepo/.github/PSModule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Name: PSModuleTest
2+
Build:
3+
Site:
4+
Skip: true
25
Test:
36
SourceCode:
47
Skip: true

0 commit comments

Comments
 (0)