This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
Wait to audit until successful status from deploy steps #14
Open
Description
Thanks for a cool GitHub Action! I was wondering if it was possible to run this after a delay?
Here is the use case I am after...
- Merge code into master
- CircleCI workflow runs and deploys the code to foo.com (which the GH Action doesn't "know" about)
- Run lighthouse-action after 10 minutes against foo.com (10 minutes is arbitrary, basically I just want to wait until the code is live)
Any thoughts would be great! Feel free to close though if out of the scope of this project.