Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Cancel validation runs for superseded pull request commits

Đang mở
#693 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
65/100
Loại issue
Tính năng
Độ rõ ràng
Đặc tả rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
github-actions, python
Lĩnh vực
backend, ci-cd

Hướng nghiên cứu

Look for the simulation API pull request workflows in the .github/workflows directory. Identify the validation and image-smoke workflows. Add a concurrency group configuration using the workflow name and pull request number. Ensure the deployment workflow is not changed. Test by creating a pull request and pushing multiple commits to verify old runs are canceled.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Problem

Pushing another commit to an open pull request starts new validation and image-smoke workflows, but workflows for the superseded commit continue running. This consumes runner capacity and can delay the checks for the current commit.

Proposed change

Configure both simulation API pull request workflows to group runs by workflow and pull request number and cancel an in-progress run when the same pull request receives another commit.

Keep deployment workflow concurrency unchanged so deployments continue to completion.

Ngôn ngữ chính
Python
Star
1
Fork
1
Merge trung bình
15 giờ 10 phút
Pull request đã merge (30 ngày)
12

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của PolicyEngine/policyengine-sim-api

Tất cả issue của PolicyEngine/policyengine-sim-api

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.