Skip to content

Commit b49bc0e

Browse files
🩹 [Patch]: Move 'Nightly run' to CI template (#16)
## Description - Move 'Nightly run' to CI template ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 28015eb commit b49bc0e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/Nightly-Run.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
name: Nightly run
1+
name: Nightly Run
22

33
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 0 * * *'
77

88
permissions:
9-
contents: write
10-
issues: write
11-
pull-requests: write
12-
statuses: write
13-
pages: write
14-
id-token: write
9+
contents: read
1510

1611
jobs:
1712
Process-PSModule:
18-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2
13+
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v2
1914
secrets: inherit

0 commit comments

Comments
 (0)