Skip to content

Commit 7664a94

Browse files
authored
fix: remove prod_vectors job timeout (#625)
1 parent b3d7b3e commit 7664a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-vectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Trick to run even when keygen was skipped, but not on failure or cancel.
5050
if: always() && !failure() && !cancelled()
5151
runs-on: ubuntu-latest
52-
timeout-minutes: 30
52+
5353
steps:
5454
- name: Checkout leanSpec
5555
uses: actions/checkout@v4

0 commit comments

Comments
 (0)