Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 24e9222

Browse files
committed
Don't run the GitHub actions cleanup script every day
1 parent e1820c0 commit 24e9222

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/Delete-Old-Workflow-Runs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Delete Old Workflow Runs
22

33
on:
44
schedule:
5-
# Run daily at 08:00
6-
- cron: '0 8 * * *'
5+
# Run at the fifth of the month at 08:00
6+
- cron: '0 8 5 * *'
77
workflow_dispatch:
88
inputs:
99
retain_days:

CodeCaster.PVBridge.sln

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "06. Libraries", "06. Librar
4343
EndProject
4444
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01. GitHub", "01. GitHub", "{0283F29E-13CF-43A0-9EF6-1E726C6F5D15}"
4545
ProjectSection(SolutionItems) = preProject
46+
.github\workflows\Delete-Old-Workflow-Runs.yml = .github\workflows\Delete-Old-Workflow-Runs.yml
4647
.github\workflows\DotNetCore6.0-CI.yml = .github\workflows\DotNetCore6.0-CI.yml
4748
EndProjectSection
4849
EndProject
@@ -65,9 +66,6 @@ EndProject
6566
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Docs", "Docs.shproj", "{62D35936-704A-4F38-9882-E3209079EA47}"
6667
EndProject
6768
Global
68-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
69-
Docs.projitems*{62d35936-704a-4f38-9882-e3209079ea47}*SharedItemsImports = 13
70-
EndGlobalSection
7169
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7270
Debug|Any CPU = Debug|Any CPU
7371
Debug|arm64 = Debug|arm64
@@ -336,4 +334,7 @@ Global
336334
GlobalSection(ExtensibilityGlobals) = postSolution
337335
SolutionGuid = {486C20B7-7E2E-438A-A082-D79F863D6593}
338336
EndGlobalSection
337+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
338+
Docs.projitems*{62d35936-704a-4f38-9882-e3209079ea47}*SharedItemsImports = 13
339+
EndGlobalSection
339340
EndGlobal

0 commit comments

Comments
 (0)