Commit a51825b
Guard release job against non-dispatch triggers
GitHub creates a check run for modified workflow files on push
even when the file only triggers on workflow_dispatch. The run
fails because inputs.version is undefined in a push context.1 parent d6dc182 commit a51825b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments