Skip to content

Commit f103e92

Browse files
1 parent 3830d42 commit f103e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/spectral/ipa/metrics/scripts/getShouldRunMetricsRelease.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default async function getShouldRunMetricsRelease({ github, context }) {
1818
return true;
1919
}
2020

21+
console.log(runs[1]);
22+
2123
const previousStatus = runs[1].status;
2224

2325
const lastRunDate = new Date(runs[1].created_at);

0 commit comments

Comments
 (0)