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 b5243a1 commit 8cb8b2dCopy full SHA for 8cb8b2d
src/bkg.sh
@@ -104,7 +104,7 @@ main() {
104
105
if [ "$BKG_MODE" -ne 2 ]; then
106
if [ "$BKG_MODE" -eq 0 ] || [ "$BKG_MODE" -eq 3 ]; then
107
- if [ -n "$opted_out_before" ] && (( opted_out_before < opted_out )); then
+ if [ "$GITHUB_OWNER" = "ipitio" ] && [ -n "$opted_out_before" ] && (( opted_out_before < opted_out )); then
108
grep -oP '^[^\/]+' "$BKG_OPTOUT" | env_parallel --lb save_owner
109
return_code=1
110
else
0 commit comments