File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Cancel build based on a condition
110
110
111
111
When a command exits with code ``183 ``,
112
112
Read the Docs will cancel the build immediately.
113
- We can use this approach to cancel builds we don't want to complete based on a condition .
113
+ You can use this approach to cancel builds that you don't want to complete based on some conditional logic .
114
114
115
115
Here is an example that cancels builds from pull requests when there are no changes to the ``docs/ `` folder compared to the ``origin/main `` branch:
116
116
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The following are the pre-defined jobs executed by Read the Docs:
68
68
it's possible to run user-defined commands and :doc: `customize the build process <build-customization >`.
69
69
70
70
71
- Cancelling builds
71
+ When to cancel builds
72
72
-----------------
73
73
74
74
There may be situations where you want to cancel a particular running build.
@@ -77,7 +77,7 @@ our environmental footprint.
77
77
78
78
Consider the following scenarios:
79
79
80
- * the build depends on an external situation that's not met yet
80
+ * the build has an external dependency that hasn't been updated
81
81
* there were no changes on the documentation files
82
82
* the user wants it for any particular reason
83
83
You can’t perform that action at this time.
0 commit comments