My actions keep running for 3 days after one job failed, this is my actions page: https://github.com/shinnytech/tqsdk-python/actions/runs/69733058
I run my actions on Macos enviroment, it failed after running a couple of minutes, However its status keep in progress for more than 3 days till I cancel it by myself. I have two confusion:
- I can’t find this action in workflows search,and it tell me that it will be ignored since log searching is not yet available.
- why this actions keep running after failed.
am I do some thing wrong?