Compare commits

...

2 Commits

Author SHA1 Message Date
Eugene Yurtsev
289c424154 x 2024-06-12 10:37:51 -04:00
Eugene Yurtsev
91df8dc9cd move to a branch until we can figure out how to make it faster 2024-06-12 10:37:34 -04:00

View File

@@ -3,8 +3,7 @@ name: Integration docs lint
on:
push:
branches: [master]
pull_request:
branches: [test_docs_lint]
# If another push to the same PR or branch happens while this workflow is still running,
# cancel the earlier run in favor of the next run.