ci: Increase workflow timeouts because GHA instances seems to have gotten slower
This commit is contained in:
2
.github/workflows/publish-custom.yml
vendored
2
.github/workflows/publish-custom.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
publish-custom:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user