Skip to content

Commit 3536fb9

Browse files
alain-kermis-sonarsourceemma44-m
authored andcommitted
SONAR-26988 Introduce cron job for the CI
1 parent 9766a7f commit 3536fb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push_and_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ concurrency:
55
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/release/') }}
66

77
on:
8+
schedule:
9+
- cron: '0 2 * * *' # Daily at 2AM UTC
810
push:
9-
branches:
11+
branches:
1012
- master
1113
- 'release/**'
1214
paths:

0 commit comments

Comments
 (0)