Skip to content

Commit

Permalink
Add back label-remover, testing appears to work on Hera!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jul 21, 2023
1 parent 81f3a81 commit 0d92dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/auto/rt_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def run(self):
self.comment_text_append(f'Job: {self.preq_dict["action"]}')
if self.check_label_before_job_start():
try:
# logger.info('Calling remove_pr_label')
# self.remove_pr_label()
logger.info('Calling remove_pr_label')
self.remove_pr_label()
logger.info('Calling Job to Run')
self.job_mod.run(self)
except Exception:
Expand Down

0 comments on commit 0d92dd3

Please sign in to comment.