Skip to content

Commit

Permalink
ci: add timeout to rust build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Dec 18, 2024
1 parent 8336bc3 commit 91b7221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ jobs:
# arch: main

runs-on: ${{ format('{0}-latest', matrix.os) }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 91b7221

Please sign in to comment.