Skip to content

Commit c792689

Browse files
committed
chore: simplify sitemap workflow trigger and remove scheduling
1 parent 7ae4a42 commit c792689

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/sitemap.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: GitHub Pages - Generate XML sitemap
22

3-
# Trigger the workflow manually or on a schedule (every day at midnight)
3+
# Trigger the workflow manually
44
on:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "0 0 * * 0"
86

97
concurrency:
108
group: sitemap-${{ github.ref }}

Microsoft.PowerShell_profile.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
77
if (Test-Path($ChocolateyProfile)) {
88
Import-Module "$ChocolateyProfile"
99
}
10+
11+
#f45873b3-b655-43a6-b217-97c00aa0db58 PowerToys CommandNotFound module
12+
13+
Import-Module -Name Microsoft.WinGet.CommandNotFound
14+
#f45873b3-b655-43a6-b217-97c00aa0db58

0 commit comments

Comments
 (0)