ci: Bump "Publish To DockerHub" timeout (no-changelog) (#13560)

This commit is contained in:
Charlie Kolb 2025-02-28 12:44:23 +01:00 committed by GitHub
parent 289041e997
commit 684353436d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ jobs:
needs: [publish-to-npm] needs: [publish-to-npm]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
timeout-minutes: 10 timeout-minutes: 15
steps: steps:
- name: Checkout - name: Checkout