Skip to content

Commit 6148ff5

Browse files
Test release (#4)
Test
1 parent 243b983 commit 6148ff5

3 files changed

Lines changed: 4 additions & 50 deletions

File tree

.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Process-PSModule
33
run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44

55
on:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: '0 0 * * *'
69
pull_request:
710
branches:
811
- main
@@ -26,6 +29,6 @@ permissions:
2629

2730
jobs:
2831
Process-PSModule:
29-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v4
32+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@001-unified-workflow
3033
secrets:
3134
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)