GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

Investigate how PR was able to skip CI #631

Closed jamesgeddes closed 1 year ago

jamesgeddes commented 1 year ago

What did you expect?

PR https://github.com/GeekZoneHQ/web/pull/616 should have been forced to run automated tests.

What actually happened?

PR was able to skip CI

Impact

High

Urgency

Now

What browsers are you seeing the problem on?

No response

What operating system are you using?

No response

Relevant log output

No response

Code of Conduct

jamesgeddes commented 1 year ago

CircleCI checked for number of .md files and number of other files. It found 0 md files and 0 other files committed.

image

Files changed shows >0 .py files changed

image

@giulio-giunta Can you take another look at your ignore-markdown script, please?