Skip to content

Commit

Permalink
ci: bump release timeout to 45m (release-3.11) (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Dec 19, 2022
1 parent f7d5888 commit 66635b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
contents: write
if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'open-policy-agent/gatekeeper'
needs: [lint, test, build_test, helm_build_test, scan_vulnerabilities]
timeout-minutes: 30
timeout-minutes: 45
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
Expand Down

0 comments on commit 66635b6

Please sign in to comment.