Skip to content

Commit

Permalink
fix: removes timeout on release CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Dec 14, 2022
1 parent 79f8cf0 commit eff0f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
release:
needs: [linters, project]
runs-on: ubuntu-latest
timeout-minutes: 20
if: startsWith(github.ref, 'refs/tags/')
steps:
-
Expand Down

0 comments on commit eff0f9b

Please sign in to comment.