Skip to content

Commit

Permalink
Remove timeout for publishing snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 12, 2024
1 parent 3f8c831 commit 2211798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
deploy-snapshot:
name: Deploy snapshot
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.repository == 'saket/telephoto' && github.ref == 'refs/heads/trunk'
needs: [unit-tests, screenshot-tests]
steps:
Expand Down

0 comments on commit 2211798

Please sign in to comment.