Skip to content

Commit f7eba05

Browse files
committed
fix
1 parent d2acf73 commit f7eba05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ jobs:
122122
}
123123
*/
124124
125+
const sleep = ms => new Promise(r => setTimeout(r, ms));
125126
const sha = '${{ github.event.pull_request.head.sha || github.sha }}';
126127
const pr = '${{ github.event.pull_request.number }}';
128+
127129
if (pr) {
128130
ref = "refs/pull/" + pr + "/merge";
129131
} else {

0 commit comments

Comments
 (0)