deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.61k stars 163 forks source link

ci: do not triggers some gh actions for PR labelled as skip-changelog #182

Closed oboulant closed 3 years ago

oboulant commented 3 years ago

As of today, for the PR labelled as skip-changelog we run the same tests in the CI that any other PRs. Since as of today it is only linked to pre-commit autoupdate tasks, we do not need to run all the checks.

Adds a conditions to the following GH Actions so that it does not run some checks for PR labelled skip-changelog :

codecov[bot] commented 3 years ago

Codecov Report

Merging #182 (724ed16) into master (d211c5c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   96.31%   96.31%           
=======================================
  Files          40       40           
  Lines         978      978           
=======================================
  Hits          942      942           
  Misses         36       36           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d211c5c...724ed16. Read the comment docs.

oboulant commented 3 years ago

Seems like :