Skip to content

Commit

Permalink
Expand tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 30, 2024
1 parent 3302536 commit 983fef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image-tag: ['latest']
image-tag: ['3.12-slim-bullseye', 'latest', '3.13.0rc1-slim-bullseye', '3.13.0rc1']
update-strategy: [locked-install, unlocked-install, latest-install]

steps:
Expand Down
3 changes: 0 additions & 3 deletions summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,8 @@ def summarize_issues(jobs, workflow_id):
job_status = job['conclusion']
job_id = job['id']

print(f"Processing job: {job_name} with status: {job_status}") # Debugging output

# Skip the generate-summary job
if "generate-summary" in job_name:
print(f"Skipping job: {job_name}") # Debugging output
continue

logs = get_job_logs(job_id)
Expand Down

0 comments on commit 983fef7

Please sign in to comment.