Skip to content

Commit 3e35263

Browse files
committed
exclude unittest file from owlbot
1 parent 8a45973 commit 3e35263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
)
1515
s.move(templated_files, excludes=[
1616
"docs/multiprocessing.rst",
17-
"README.rst"
17+
"README.rst",
18+
".github/workflows/unittest.yml" #remove this exclusion when removing 3.6 from unit test
1819
])
1920

2021
# Change black paths

0 commit comments

Comments
 (0)