Skip to content

Commit 0527fd7

Browse files
committed
Run PR validation workflow biweekly
Run pr-validation-yml twice a month on the 1st and 15th day. This ensures we detect problems soon which do not arise from code changes but from changes in the environments, e.g. changes on the actions runner agents, removed dependencies on nuget.org and things like that.
1 parent 357f24d commit 0527fd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ dev, main ]
66

7+
# Run every biweekly to discover failures due to environment changes
8+
schedule:
9+
- cron: '0 0 1,15 * *'
10+
711
# Allows you to run this workflow manually from the Actions tab
812
workflow_dispatch:
913

0 commit comments

Comments
 (0)