Skip to content

Commit

Permalink
Increase GH Actions timeout (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy authored Jan 1, 2025
1 parent 6e4b7f8 commit 4b7e855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
needs: [check]
if: github.repository == 'brioche-dev/brioche-packages' && github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/build/') )
runs-on: proxmox-runner-set
timeout-minutes: 720
steps:
- name: Install system packages
run: |
Expand Down

0 comments on commit 4b7e855

Please sign in to comment.