Skip to content

Commit f5bf8c4

Browse files
chrisburrweb-flow
authored andcommitted
sweep: #7148 Kill sweep jobs that take more than 30 minutes
1 parent 1cd52b0 commit f5bf8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-sweep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
pr-sweep:
88
runs-on: ubuntu-latest
99
concurrency: pr-sweep
10+
timeout-minutes: 30
1011
if: github.repository == 'DIRACGrid/DIRAC'
1112
steps:
1213
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)