Replies: 1 comment 19 replies
-
|
@chadrik |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
moon.ymlfile like this:When I call
moon run project:maintheci_onlytask runs. I can't find any way to make it not run. The docs say "Only run in CI, and not locally, if affected by touched files", so I also tried various permutations of usingaffectedFilesandmoon run --affected, such as:Still the
ci_onlytask displays in the task graph every time, and it runs whenever bar.py is touched.Using moon 1.41.8.
Thanks!
What am I misunderstanding?
Beta Was this translation helpful? Give feedback.
All reactions