Commit 82baa51
committed
ci(parse-server-mongo): detect step also requires helper script on base ref
parse-server-mongo/ already exists on main (PRs #94/#95), so the
prior detect step returned true on every PR's release-coverage
job and the measure step then tried to invoke a helper script
that didn't exist on the base ref. Extending detect to require
the helper script too lets the first-PR escape hatch fire when
the workflow itself is the change being introduced.
Signed-off-by: Akash Kumar <meakash7902@gmail.com>1 parent 67e104c commit 82baa51
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments