Skip to content

Commit

Permalink
Merge pull request rook#50 from parth-gr/timout
Browse files Browse the repository at this point in the history
ci: add a timeout time for tmate session
  • Loading branch information
subhamkrai authored Sep 1, 2022
2 parents a76fc34 + 5019df7 commit 16cdbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-for-default-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ jobs:
- name: setup tmate session for debugging when event is PR
if: failure() && github.event_name == 'pull_request'
uses: mxschmitt/action-tmate@v3
timeout-minutes: 60
1 change: 1 addition & 0 deletions .github/workflows/ci-for-diff-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ jobs:
- name: setup tmate session for debugging when event is PR
if: failure() && github.event_name == 'pull_request'
uses: mxschmitt/action-tmate@v3
timeout-minutes: 60

0 comments on commit 16cdbe0

Please sign in to comment.