Skip to content

Commit

Permalink
Increased snapshot build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Roman committed Jul 22, 2021
1 parent da5d139 commit 117b491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
- 'storage/**'
- 'build.sbt'
- 'project/**'
- '.github/workflows/ci-snapshot.yml'
jobs:
publish-snapshot:
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 40
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 117b491

Please sign in to comment.