Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
stepback: false
exec_timeout_secs: 5400
ignore:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can also just ignore all *.md files, I don't see why we'd ever want to run our whole CI when they change, no strong preference though, tell me if you have a stronger opinion on this

- docs/**/*.md
- AUTHORS
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- README.md
- THIRD-PARTY-NOTICES.md
include:
- filename: .evergreen/functions.yml
Expand Down
Loading