fix: avoid reruns when the timestamp method is used (#977)

This commit is contained in:
Amin Yahyaabadi
2023-01-14 12:17:36 -08:00
committed by GitHub
parent fce7575b03
commit 347fcf9f67
5 changed files with 61 additions and 28 deletions

View File

@@ -667,9 +667,9 @@ The method `none` skips any validation and always run the task.
:::info
For the `checksum` (default) method to work, it is only necessary to
inform the source files, but if you want to use the `timestamp` method, you
also need to inform the generated files with `generates`.
For the `checksum` (default) or `timestamp` method to work, it is only necessary to
inform the source files.
When the `timestamp` method is used, the last time of the running the task is considered as a generate.
:::