Skip to content

Commit cc26bb2

Browse files
authored
Merge pull request #7153 from DIRACGridBot/cherry-pick-2-664ecf1d5-integration
[sweep:integration] Kill sweep jobs that take more than 30 minutes
2 parents 50af210 + 5e253b8 commit cc26bb2

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)