File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments