Skip to content

Commit

Permalink
aaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 20, 2024
1 parent 2d5a062 commit a9d610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const actionCompleted = async (client: Client, req: Request) => {

let versionOrVersionAndLogs = `Version: **${version}**`;

if (!workflow_run.conclusion) {
if (workflow_run.conclusion === 'failure') {
const runId = workflow_run.id;
const jobId: string = await fetch(
`https://api.github.com/repos/Layers-of-Railways/Railway/actions/runs/${runId}/jobs`
Expand Down

0 comments on commit a9d610c

Please sign in to comment.