Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Oct 10, 2024
1 parent 742ec7e commit 80eb53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ jobs:
golang_lint_integration_tests:
name: Golang Lint Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 20 # DEBUG: Telemetry
permissions: # DEBUG: Telemetry
pull-requests: write
needs: [golangci-lint-version]
steps:
- name: Collect Workflow Telemetry # DEBUG: Checking resources
if: always()
uses: catchpoint/workflow-telemetry-action@v2
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 80eb53b

Please sign in to comment.