Skip to content

Commit 5a1b243

Browse files
authored
Merge pull request #50 from alanmcanonical/skip_workflow
Skip unnecessary workflow
2 parents ba6392c + 9ce0e62 commit 5a1b243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content_test_filtering.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
if file_record["filepath"] in already_analysed: # Don't analyse files twice
4141
continue
4242

43+
if file_record["filepath"].startswith(".github"):
44+
continue
45+
4346
try:
4447
diff_structure = diff_analysis.analyse_file(file_record)
4548
except diff_analysis.UnknownAnalysisFileType:

0 commit comments

Comments
 (0)