We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243b983 commit 6148ff5Copy full SHA for 6148ff5
3 files changed
.github/workflows/Linter.yml
.github/workflows/Nightly-Run.yml
.github/workflows/Process-PSModule.yml
@@ -3,6 +3,9 @@ name: Process-PSModule
3
run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
5
on:
6
+ workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 0 * * *'
9
pull_request:
10
branches:
11
- main
@@ -26,6 +29,6 @@ permissions:
26
29
27
30
jobs:
28
31
Process-PSModule:
- uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v4
32
+ uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@001-unified-workflow
33
secrets:
34
APIKey: ${{ secrets.APIKey }}
0 commit comments