Skip to content

Commit

Permalink
chore: increase github actions timeout (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Jul 31, 2024
1 parent 8e82752 commit 63130b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wf_build_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jobs:
artifacts:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
tests:
runs-on: ubuntu-22.04
timeout-minutes: 30
timeout-minutes: 60

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
Expand Down

0 comments on commit 63130b8

Please sign in to comment.