admin管理员组文章数量:1242839
In GitHub actions, I have a workflow that is used very frequently. It gets executed almost every other minute. While most of the jobs complete successfully, some of them fail.
The end user notifies me of the time that the job failed, so I do know the time the failure occurred.
However, to find out why they failed, I need to go to the specific job. To go to the specific job via the UI, I need to hit next page (several times) until I am close to the time frame. Once I am near the timeframe, I can see the job that failed. As you can imagine, this procedure is quite time consuming.
Each job, has a unique name. Is there anyway I can search for that name (instead of the job id) in GitHub actions ?
Right now the process is manual, I am hoping to simplify it once I obtain a solution to perform this task programatically.
本文标签: How to display a specific job in Github actionsStack Overflow
版权声明:本文标题:How to display a specific job in Github actions? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740126322a2228916.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论