It would be good to be able to skip steps that don't do anything, e.g. don't update support if support chart doesn't change, etc.
GitHub actions doesn't allow steps to filter on paths like it does on workflows, so we'd have to hack this ourselves, but it shouldn't be too terribly complex since we only need to check a couple of directories.
It would be good to be able to skip steps that don't do anything, e.g. don't update support if support chart doesn't change, etc.
GitHub actions doesn't allow steps to filter on paths like it does on workflows, so we'd have to hack this ourselves, but it shouldn't be too terribly complex since we only need to check a couple of directories.