Skip to content

Commit 55941e0

Browse files
feat: remove obsolete CI workflow files and update Lint-Repository job condition
1 parent 613f7ac commit 55941e0

File tree

3 files changed

+1
-56
lines changed

3 files changed

+1
-56
lines changed

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

Lines changed: 0 additions & 26 deletions
This file was deleted.

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
Lint-Repository:
8686
name: Lint code base
8787
runs-on: ubuntu-latest
88+
if: github.event_name == 'pull_request' && github.event.pull_request.merged != true
8889
needs:
8990
- Get-Settings
9091
steps:
@@ -212,9 +213,6 @@ jobs:
212213
- name: Checkout Code
213214
uses: actions/checkout@v5
214215

215-
- name: Install-PSModuleHelpers
216-
uses: PSModule/Install-PSModuleHelpers@v1
217-
218216
- name: Run BeforeAll Setup Scripts
219217
uses: PSModule/GitHub-Script@v1
220218
with:

0 commit comments

Comments
 (0)