Skip to content

Commit ef50c76

Browse files
Catfriend1Catfriend1
authored andcommitted
Update recycle-workflow-runs.py
1 parent 5285280 commit ef50c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/recycle-workflow-runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def main():
139139
repo = os.environ.get('REPO')
140140

141141
# Hardcoded defaults - no longer dependent on workflow inputs
142-
workflow_names_str = os.environ.get('WORKFLOW_NAMES', 'Build App,Copilot,Copilot Setup Steps,Dependabot Updates,Lock Threads,Recycle Runs')
142+
workflow_names_str = os.environ.get('WORKFLOW_NAMES', 'Build App,Copilot,Copilot coding agent,Copilot Setup Steps,Dependabot Updates,Lock Threads,Recycle Runs,Release App,Update Go Version')
143143
days_to_keep_str = os.environ.get('DAYS_TO_KEEP', '14')
144144
dry_run_str = os.environ.get('DRY_RUN', 'false')
145145

0 commit comments

Comments
 (0)