Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps does not work as expected, and must use run: once on every task #1952

Closed
alexec opened this issue Dec 12, 2024 · 1 comment
Closed

deps does not work as expected, and must use run: once on every task #1952

alexec opened this issue Dec 12, 2024 · 1 comment

Comments

@alexec
Copy link

alexec commented Dec 12, 2024

I've a Taskfile with about 20 tasks. I don't want to re-run any tasks. Currently, I'm forced to add run: once to every single task in the YAML.

This is counter intuitive to me.

I'm not expecting this to be fixed, just want to highlight this behaviour.

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Dec 12, 2024
@alexec
Copy link
Author

alexec commented Dec 13, 2024

This can be solved with the global run: once option.

@alexec alexec closed this as completed Dec 13, 2024
@task-bot task-bot removed the state: needs triage Waiting to be triaged by a maintainer. label Dec 13, 2024
@andreynering andreynering added the type: question Further information is requested. label Dec 13, 2024
@pd93 pd93 removed the type: question Further information is requested. label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants