Skip to content

Commit

Permalink
Add nightly run in separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Jun 30, 2024
1 parent d1f0f21 commit 860b44c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/Nightly-Run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Nightly run

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v1
secrets: inherit

0 comments on commit 860b44c

Please sign in to comment.