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 08b7cb9 commit 91396faCopy full SHA for 91396fa
a.awk
@@ -12,6 +12,7 @@ BEGIN {
12
if ($3 < THRESHOLD) {
13
if (trigger) {
14
printf("merge_region '%s','%s'\n", f1, $1)
15
+ printf("sleep 60\n")
16
trigger = 0
17
next
18
} else trigger = 0
0 commit comments