Skip to content
Discussion options

You must be logged in to vote

This will help you I think:
https://taskfile.dev/usage/#by-fingerprinting-locally-generated-files-and-their-sources

Each task has only one checksum stored for its sources. If you want to distinguish a task by any of its input variables, you can add those variables as part of the task's label, and it will be considered a different task.

This is useful if you want to run a task once for each distinct set of inputs until the sources actually change. For example, if the sources depend on the value of a variable, or you if you want the task to rerun if some arguments change even if the source has not.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@madpipeline
Comment options

Answer selected by madpipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants