PrefectHQ / prefect-collection-template

Template to quickly bootstrap a Prefect Collection
Apache License 2.0
66 stars 9 forks source link

Check for github org before activation workflow #127

Closed ahuang11 closed 1 year ago

ahuang11 commented 1 year ago

If the workflow is all empty, will it crash?

desertaxle commented 1 year ago

I would recommend removing the file all together instead of commenting it out

ahuang11 commented 1 year ago

Actually, there's an if statement for PrefectHQ; else, it's commented out and if they decide to use it, they can.

desertaxle commented 1 year ago

Can we confirm that this workflow won't show up in the GitHub UI if it is all commented out? If it doesn't show up in the UI, I'm good with this approach. Otherwise, I think cookiecutter should delete the file on generation if the organization is not 'prefecthq'.