Skip to content

Commit d780dbc

Browse files
committed
Remove default values for commit range inputs in incremental build workflow
1 parent 30463d1 commit d780dbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ on:
2121
inputs:
2222
commit_range_start:
2323
description: 'The start commit of the range to check for incremental builds.'
24-
default: ${{ github.event.before }}
2524
type: string
2625
required: false
2726
commit_range_end:
2827
description: 'The end commit of the range to check for incremental builds.'
29-
default: ${{ github.event.after }}
3028
type: string
3129
required: false
3230

0 commit comments

Comments
 (0)