Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Cancel validation runs for superseded pull request commits

Aperta
#693 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
65/100
Tipo di issue
Funzionalità
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
github-actions, python
Ambito
backend, ci-cd

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
Python
Stelle
1
Fork
1
Merge medio
15h 10m
PR unite (30g)
12

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PolicyEngine/policyengine-sim-api

Tutte le issue di PolicyEngine/policyengine-sim-api

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.