File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 pwa-build-deploy :
3030 needs : no-concurrent-tag-workflow
31- timeout-minutes : 20
31+ timeout-minutes : 30
3232 runs-on : ubuntu-latest
3333 environment :
3434 name : github-pages
9191 if : github.ref == 'refs/heads/main' && needs.pwa-build-deploy.result == 'success'
9292 needs : pwa-build-deploy
9393 runs-on : ubuntu-latest
94- timeout-minutes : 40
94+ timeout-minutes : 45
9595 steps :
9696 - uses : actions/checkout@v6
9797 - uses : cachix/install-nix-action@v31
@@ -132,7 +132,7 @@ jobs:
132132 android-build :
133133 needs : no-concurrent-tag-workflow
134134 runs-on : ubuntu-latest
135- timeout-minutes : 30
135+ timeout-minutes : 40
136136 permissions :
137137 checks : read # Required by wait-on-check-action
138138 statuses : read # Required by wait-on-check-action
Original file line number Diff line number Diff line change 7171
7272 android-build :
7373 runs-on : ubuntu-latest
74- timeout-minutes : 30
74+ timeout-minutes : 40
7575 permissions :
7676 checks : read # Required by wait-on-check-action
7777 statuses : read # Required by wait-on-check-action
You can’t perform that action at this time.
0 commit comments