Skip to content

Commit dd4e11a

Browse files
authored
update ci nightly schedules to run 3 times (#5197)
1 parent 15b9f39 commit dd4e11a

17 files changed

+51
-17
lines changed

.github/workflows/actionlint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: "0 4 * * *"
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
jobs:
1113
actionlint:

.github/workflows/all-green.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: "0 4 * * *"
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
jobs:
1113

.github/workflows/appsec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/ci-visibility-performance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
branches:
77
- master
88
schedule:
9-
- cron: '0 4 * * *'
9+
- cron: 0 4 * * *
10+
- cron: 20 4 * * *
11+
- cron: 40 4 * * *
1012

1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/datadog-static-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: "0 4 * * *"
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
jobs:
1113
static-analysis:

.github/workflows/debugger.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/instrumentations.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/lambda.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

.github/workflows/llmobs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
push:
66
branches: [master]
77
schedule:
8-
- cron: '0 4 * * *'
8+
- cron: 0 4 * * *
9+
- cron: 20 4 * * *
10+
- cron: 40 4 * * *
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

0 commit comments

Comments
 (0)