Update documentation to reflect intuitive behaviour of an action being disabled (#25794)

This commit is contained in:
Karlie Meads 2023-01-16 15:41:02 -05:00 committed by GitHub
parent 1872fc3d9d
commit de4845d189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -681,7 +681,7 @@ Every individual condition can be disabled, without removing it.
To do so, add `enabled: false` to the condition configuration.
This can be useful if you want to temporarily disable a condition, for example,
for testing. A disabled condition will always pass.
for testing. A disabled condition will behave as if it were removed.
For example: