Skip to content

Commit

Permalink
🩹 [Patch]: Move 'Nightly run' to CI template
Browse files Browse the repository at this point in the history
- Move 'Nightly run' to CI template
  • Loading branch information
MariusStorhaug committed Aug 10, 2024
1 parent 3aa7202 commit cfe47a8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Nightly-Run.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: Nightly run
name: Nightly Run

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

permissions:
contents: write
issues: write
pull-requests: write
statuses: write
pages: write
id-token: write
contents: read

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

0 comments on commit cfe47a8

Please sign in to comment.