-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
It could be very convenient to have a file watcher to start/stop based on some file system events ( like waiting a file produced by a remote a 3th party software).
The same system could also be a way to skip optional branches of a workflow if some files are for example not present.
Parameters for the files watcher :
- watch: ["/path/to/the/files/to/watch/*"] # Files to watch
- exclude: ["tmp/", "build/*"] # List of patterns to exclude
- events: [create, write, remove, rename, chmod] # List of type of Filesystem events to listen to
Thanks
lingej
Metadata
Metadata
Assignees
Labels
No labels