django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

ci: Added concurrency to workflows #271

Closed marksweb closed 1 year ago

marksweb commented 2 years ago

Adds concurrency option to workflows.

What this does is if new changes are pushed and workflows are running, they'll be cancelled because the code they're checking is then out of date so the results are no longer relevant.

codecov[bot] commented 2 years ago

Codecov Report

Merging #271 (89d1201) into master (d709026) will decrease coverage by 0.37%. The diff coverage is n/a.

:exclamation: Current head 89d1201 differs from pull request most recent head e87c12d. Consider uploading reports for the commit e87c12d to get more accurate results

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
- Coverage   87.61%   87.23%   -0.38%     
==========================================
  Files          29       29              
  Lines        1591     1528      -63     
  Branches      260      247      -13     
==========================================
- Hits         1394     1333      -61     
+ Misses        141      140       -1     
+ Partials       56       55       -1     
Impacted Files Coverage Δ
djangocms_versioning/cms_config.py 83.33% <0.00%> (-1.13%) :arrow_down:
djangocms_versioning/cms_toolbars.py 95.08% <0.00%> (-0.64%) :arrow_down:
djangocms_versioning/admin.py 86.60% <0.00%> (-0.40%) :arrow_down:
djangocms_versioning/datastructures.py 95.18% <0.00%> (-0.38%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.