Skip to content

Commit

Permalink
Add timeout to create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed May 22, 2022
1 parent aa21da1 commit 22b2184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"build-win32-clang"
],
"runs-on" : "ubuntu-20.04",
"timeout-minutes" : 20,
"if" : "startsWith(github.ref, 'refs/tags/v')",
"steps" : [
{
Expand Down

0 comments on commit 22b2184

Please sign in to comment.