Skip to content

Commit

Permalink
add timeout for scan ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 11, 2024
1 parent 85110e2 commit 29e4182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Expand Up @@ -236,6 +236,8 @@ jobs:
needs: build
if: needs.build.outputs.packages_were_built == 'true'

timeout-minutes: 60

steps:
- name: 'Retrieve x86_64 packages'
uses: actions/download-artifact@21e5c25de9cf2ee24742cd3e822327f3be6dd2a3 # v4.1.1
Expand Down

0 comments on commit 29e4182

Please sign in to comment.