The GitHub action databricks/run-notebook to deploy and run a notebook from GitHub to DBX awaits the completion of the Job.
The pulsar streaming job that I have is a long running job due to which the Action times out when the access token it uses to communicate with DBX API expires resulting in Action reporting a failure in GitHub
Is there a way to indicate to the GitHub action (databricks/run-notebook) that it need not wait and once the job starts running , the action can report success?
Continuous integration and delivery using GitHub Actions | Databricks on AWS
run-notebook/README.md at main ยท databricks/run-notebook (github.com)