tkf / ThreadsX.jl

Parallelized Base functions
MIT License
321 stars 10 forks source link

Revert "Let create-pull-request trigger CI via `on: push` (#121)" #129

Closed tkf closed 4 years ago

tkf commented 4 years ago

Due to #121 tests pushed to create-pull-request/pkg-update are run twice at the moment. For example:

When tested with a branch that is not listed in on: push (#127, #128) it looks like the first push does not trigger the CI while the following push does. Since a PR with create-pull-request/pkg-update typically contains a lot of commits, missing the tests for the first is not so bad.

So, reverting #121 (39d436cd7b7ba6dbd2185ba389f6dbda491316ab).

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   78.88%   78.88%           
=======================================
  Files           8        8           
  Lines         412      412           
=======================================
  Hits          325      325           
  Misses         87       87           

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 f662106...3e50269. Read the comment docs.