amondnet / amondnet/vercel-action
Feature request: Option to not wait for deployment
- Langage dominant
- TypeScript
- Étoiles
- 765
- Forks
- 116
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
GitHub Actions hours are a limited resource, on the other hand, Vercel build time doesn't have limit.
Therefore, seems reasonable in some cases not waiting for the deployment inside a GitHub Action, in order to reduce the time running a GitHub Action.
A new **input** like `wait-for-deploy` set to `true` will exit Vercel CLI and finish the GitHub Action immediately, allowing only the upload of assets to Vercel. Thus, the build process will proceed and status or comments with deploy links will not be available.
Similar feature: https://github.com/einaregilsson/beanstalk-deploy
Thank you
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.