Skip to content

Commit

Permalink
fix: add skipped to workflow_run conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 28, 2022
1 parent b6d74df commit 6903932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -52,6 +52,7 @@
"timed_out",
"action_required",
"stale",
"skipped",
null
]
},
Expand Down
Expand Up @@ -25,7 +25,8 @@
"cancelled",
"timed_out",
"action_required",
"stale"
"stale",
"skipped"
]
}
},
Expand Down

0 comments on commit 6903932

Please sign in to comment.