Skip to content

Commit 0c44a0e

Browse files
authored
Merge pull request DIRACGrid#7148 from chrisburr/sweep-timeout
[v7r3] Kill sweep jobs that take more than 30 minutes
2 parents 6571b32 + 403a2bf commit 0c44a0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-sweep.yml

+1
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)