Becauses of cleanup in workflow it ran over the 2 minutes limit, because of this the job was cancelled and the next day the last successful build was farther away then it should be. So upped the timeout of the workflow to 5 minutes

This commit is contained in:
Berry de Vos 2023-10-28 08:17:42 +02:00
parent 882e7c0128
commit 73ff1dce51

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
timeout-minutes: 5
permissions: read-all
steps: