Hi everyone, We have a GitHub Actions workflow tha...
# ask-community
f
Hi everyone, We have a GitHub Actions workflow that deploys Prefect deployments, and it has been working fine. Yesterday, we moved our flow definition from being directly in the entrypoint file to importing it from another file. No changes were made to
prefect.yaml
, and deployment works fine via CLI. However, in GitHub Actions, we get an error stating that the flow is not found in the file. All flows appear to be deployed with an "existing deployment configuration." Has anyone encountered this before or know how to resolve it?