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 e610184 commit c39e3dcCopy full SHA for c39e3dc
src/bkg.sh
@@ -189,7 +189,7 @@ main() {
189
[ -d "$BKG_INDEX_DIR" ] || mkdir "$BKG_INDEX_DIR"
190
191
if [[ "$GITHUB_OWNER" = "ipitio" && "$(git branch --show-current)" = "master" ]]; then
192
- get_BKG_set BKG_OWNERS_QUEUE | env_parallel --lb update_owner
+ get_BKG_set BKG_OWNERS_QUEUE | env_parallel --lb -k update_owner
193
else # typically fewer owners
194
run_parallel update_owner "$(get_BKG_set BKG_OWNERS_QUEUE)"
195
fi
0 commit comments