actionsflow / actionsflow

The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
https://actionsflow.github.io/docs
MIT License
3.17k stars 128 forks source link

Cached when failed. #23

Open SettingDust opened 3 years ago

SettingDust commented 3 years ago

Description

The rss item is cached when the jobs failed.

Steps to reproduce

Use rss trigger. Jobs failed. Cached

Expected result

If failed. Don't cache

theowenyoung commented 3 years ago

Yes, currently, when RSS items were fetched success, then it'll be cached.

The workflow now is separated, actionsflow fetch the items, and act run actions. It's difficult to callback act's result to actionsflow.

Maybe there is a better way to do this, PR is welcome.