Skip to content

Commit 071c6c4

Browse files
jonas-wielage-sonarsourcesonartech
authored andcommitted
SONARTEXT-799 Fix scheduled build to run daily; fix certain qa tasks to only run with labels (#1101)
GitOrigin-RevId: f6447ac7ceb649b2b88dabf1ab8def5b2f8fbe37
1 parent 96eb8a8 commit 071c6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- branch-*
88
workflow_dispatch:
99
schedule:
10-
- cron: '0 17 * * *'
10+
- cron: '30 17 * * *'
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)