We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d737fa2 commit 1bc6fa5Copy full SHA for 1bc6fa5
.github/scripts/workflow_rerun/rerunner.py
@@ -51,6 +51,7 @@
51
52
if log_analyzer.found_matching_error:
53
LOGGER.info(f'FOUND MATCHING ERROR, RETRIGGERING {run.html_url}')
54
+
55
if is_dry_run:
56
LOGGER.info(f'RUNNING IN DRY RUN MODE, NOT RETRIGGERING, EXITING')
57
sys.exit(0)
0 commit comments