Skip to content

Commit

Permalink
Bump publishing job timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Apr 14, 2024
1 parent 124373f commit ce9360e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
publish-snapshot:
runs-on: macos-latest
if: github.repository == 'christiandeange/ozone' && github.ref == 'refs/heads/main'
timeout-minutes: 30
timeout-minutes: 60
needs:
- check-bluesky
- assemble-android
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish-release:
runs-on: macos-latest
if: github.repository == 'christiandeange/ozone'
timeout-minutes: 30
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ce9360e

Please sign in to comment.