Skip to content

Commit 734a8f6

Browse files
🩹 [Patch]: Remove obsolete Linter and Nightly Run workflows; update Process-PSModule workflow to use version 5
1 parent 3908301 commit 734a8f6

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

‎.github/workflows/Linter.yml‎

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

‎.github/workflows/Nightly-Run.yml‎

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

‎.github/workflows/Process-PSModule.yml‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Process-PSModule
22

3-
run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4-
53
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * *'
67
pull_request:
78
branches:
89
- main
@@ -26,6 +27,6 @@ permissions:
2627

2728
jobs:
2829
Process-PSModule:
29-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v4
30+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5
3031
secrets:
3132
APIKEY: ${{ secrets.APIKEY }}

0 commit comments

Comments
 (0)