Skip to content

Commit

Permalink
Fix a ghcr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 11, 2023
1 parent e457515 commit ee6dfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
build-api-image:
runs-on: ubuntu-latest
needs: test-api
timeout-minutes: 20
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
needs: detect-changes
if: ${{ needs.detect-changes.outputs.website == 'true' }}
timeout-minutes: 5
timeout-minutes: 10
defaults:
run:
working-directory: apps/website
Expand Down

0 comments on commit ee6dfd9

Please sign in to comment.