Skip to content

Commit 815ec93

Browse files
committed
remove tests timeout
1 parent 3a52b66 commit 815ec93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-pm4.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,7 @@ jobs:
385385
if: github.event.action != 'closed' && inputs.delete == '' && contains(github.event.pull_request.body, 'ci:performance-tests')
386386
needs: [imageEKS, imageEKSBase]
387387
runs-on: ${{ vars.RUNNER }}
388-
timeout-minutes: 60
389-
steps:
388+
steps:
390389
- name: Checkout .github repo
391390
uses: actions/checkout@v4
392391
with:
@@ -646,8 +645,7 @@ jobs:
646645
if: github.event.action != 'closed' && inputs.delete == '' && contains(github.event.pull_request.body, 'ci:performance-tests')
647646
needs: [imageEKS, imageEKSBase]
648647
runs-on: ${{ vars.RUNNER }}
649-
timeout-minutes: 60
650-
steps:
648+
steps:
651649
- name: Checkout .github repo
652650
uses: actions/checkout@v4
653651
with:

0 commit comments

Comments
 (0)