File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626jobs :
2727 poetry-redoc :
28- timeout-minutes : 15
28+ timeout-minutes : 10
2929 runs-on : samba
3030 environment : ${{ inputs.environment }}
3131 env :
5050
5151 generate-badges :
5252 needs : [poetry-redoc]
53- timeout-minutes : 15
53+ timeout-minutes : 5
5454 # Code coverage action doesn't run on self-hosted runner
5555 runs-on : ubuntu-latest
5656 environment : ${{ inputs.environment }}
7070
7171 update-pr-body :
7272 needs : [poetry-redoc, generate-badges]
73- timeout-minutes : 10
73+ timeout-minutes : 5
7474 if : ${{ github.ref != 'refs/heads/main' }}
7575 # myposter-de/update-pr-description action doesn't run on a self-hosted runner
7676 runs-on : ubuntu-latest
9595
9696 upload-main-badge :
9797 needs : [poetry-redoc, generate-badges]
98- timeout-minutes : 10
98+ timeout-minutes : 5
9999 if : ${{ github.ref == 'refs/heads/main' }}
100100 runs-on : samba
101101 environment : ${{ inputs.environment }}
@@ -106,4 +106,4 @@ jobs:
106106 uses :
SatelCreative/[email protected] 107107 with :
108108 app-name : ${{ inputs.app-name }}
109- badge : ${{ env.BADGE }}
109+ badge : ${{ env.BADGE }}
You can’t perform that action at this time.
0 commit comments