Closed piotrowski closed 6 months ago
Hello! Great action, but I noticed small issue that breaks my setup :D
You are doing this in action:
gh run list --status=success --branch=main '--workflow=Lint and Test' --event=push --json=databaseId --limit=1 -q '.[] | .databaseId'
However in setup I am not using I only run job on cron-schedule, so I do not have --event=push there at all. Is this option configurable maybe?
--event=push
PS: I know I will lose some accuracy here because of that :sweat:
Ok, after creating this issue and thinking it through. It does not make sense to use this action without running test on push :P Closing :)
Hello! Great action, but I noticed small issue that breaks my setup :D
You are doing this in action:
However in setup I am not using I only run job on cron-schedule, so I do not have
--event=push
there at all. Is this option configurable maybe?PS: I know I will lose some accuracy here because of that :sweat: