You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the Taskfile.yml below, I would expect task go to echo in no particular order go:* and 1 and go:* and 2, because of the label being overwritten pretty distinctly.
The docs state: "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."
Description
Given the Taskfile.yml below, I would expect
task go
to echo in no particular ordergo:*
and1
andgo:*
and2
, because of the label being overwritten pretty distinctly.The docs state: "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."
Actual output:
Am I doing something wrong, or is there a better way to make sure each of those tasks is only run once, but always run.
Version
Task version: v3.41.0 (h1:giUddhe0XZLbEWIQ/MuTPipR9ek+teulIA5xf/2IHXg=
Operating system
Ubuntu
Experiments Enabled
No response
Example Taskfile
The text was updated successfully, but these errors were encountered: