Skip to content

Commit cd05aec

Browse files
authored
ci: default to 1 day for lookback PRs for post validation (#124)
1 parent 6090afa commit cd05aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-merge-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
description: 'Number of days to look back for PRs'
2121
required: false
2222
type: number
23-
default: 2
23+
default: 1
2424
secrets:
2525
github-token:
2626
description: 'GitHub token with repo access'

0 commit comments

Comments
 (0)