Skip to content

Commit

Permalink
ci: remove timeout on prerelease and release jobs (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik authored Jan 9, 2023
1 parent 20c488a commit 51ccb56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
prerelease:
if: contains(fromJson('["alpha", "beta", "next", "next-major"]'), github.ref_name)
name: Prerelease
timeout-minutes: 20
needs: [tests]

runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
release:
if: github.ref == 'refs/heads/main'
name: Release
timeout-minutes: 20
needs: [tests]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 51ccb56

Please sign in to comment.