diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index 756aa4b1..331f7b36 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -236,7 +236,7 @@ artifacts_value = 1 if artifacts else 0 reason = reason if reason else None if notify_on_start: do_notify = 2 -elif notify: +elif notify or artifacts: do_notify = 1 else: do_notify = 0 |