We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30463d1 commit d780dbcCopy full SHA for d780dbc
.github/workflows/build.yml
@@ -21,12 +21,10 @@ on:
21
inputs:
22
commit_range_start:
23
description: 'The start commit of the range to check for incremental builds.'
24
- default: ${{ github.event.before }}
25
type: string
26
required: false
27
commit_range_end:
28
description: 'The end commit of the range to check for incremental builds.'
29
- default: ${{ github.event.after }}
30
31
32
0 commit comments