Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-09-02 16:23:13 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-09-02 16:28:30 +0300
commitfd416787810265d7e6cbf85e0efd418e9af457fc (patch)
treef57887a61f710b1cc9bc6036f4048604da38d654 /.github
parentefa6a60b859620a7d9007a3d4b790c67ecd087d5 (diff)
.......... [ZBXNEXT-686] updated SonarCloud configuration files
(cherry picked from commit 2051f7d06ddee652a2d94eba75d9142307aa6f8a) (cherry picked from commit 68e5020c33cbdd5be4f458374313b1f6c51240fa) (cherry picked from commit 96bed8699b227f471c82ff58e21f76f9a858d2e4) (cherry picked from commit d3ac17c88176d23db6c1dbd96484962e4a6056c3)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sonarcloud.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 15987f99473..fe2d9bc9edf 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -1,10 +1,8 @@
name: SonarCloud C Build
on:
- push:
- branches:
- - 'master'
- - 'release/*'
+ schedule:
+ - cron: "0 0 * * *"
jobs: