[Feature Request] Expose ref for all deployment_status events
See original GitHub issueI see that deployment_status events dont have a ref so we can’t install to the cache from this job.
How would I make it so I install dependencies from the push that triggered the deployment_status
and then leverage those cached dependencies for the action relying on the deployment_status
event?
For reference, I’m essentially trying to do this workflow:
https://glebbahmutov.com/blog/develop-preview-test / https://www.philgiese.com/post/e2e-with-vercel
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Preview deployment example with dependency caching #385
... deployment_status events. Unsure of any workarounds. ... [Feature Request] Expose ref for all deployment_status events actions/cache#598.
Read more >Kubernetes API Reference Docs
All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value...
Read more >NetSuite Applications Suite - Initiating Campaign Events
Exposing Internal IDs and Field IDs ... Executing Scripts Using a Specific Role · Setting Available Without Login · Setting Script Deployment Status...
Read more >Service hooks events - Azure DevOps | Microsoft Learn
Reference for service hook events. ... Code checked in; Code pushed; Pull request created; Pull request merge commit created; Pull request ...
Read more >Why GitLab Ultimate?
GitLab continuously adds features every month and evaluates features that can be moved to ... Continuously log events that are commonly requested in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Basically, how would I cache dependencies in this workflow:
https://github.com/kylemh/cypress-preview-url-issue
There is a similar discussion in this issue. If you find it similar to your usecase, you are welcome to add your views.