You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/06/03 03:30:29 UTC

[shardingsphere] branch master updated: Refactor : switch all action in nightly workflows on (#26023)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 28887c6b45b Refactor : switch all action in nightly workflows on (#26023)
28887c6b45b is described below

commit 28887c6b45be9e7f7ce51197512c8c43362afb19
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Sat Jun 3 11:30:22 2023 +0800

    Refactor : switch all action in nightly workflows on (#26023)
---
 .github/workflows/nightly-check.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml
index 87d4aeffbb9..8597fac137f 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -28,7 +28,7 @@ env:
 
 jobs:
   check-spotbugs:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/shardingsphere')
+    if: (github.repository == 'apache/shardingsphere')
     name: Check - SpotBugs
     runs-on: ubuntu-latest
     timeout-minutes: 60
@@ -73,7 +73,7 @@ jobs:
         run: ./mvnw -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_shardingsphere -Dmaven.javadoc.skip=true -Drat.skip=true -Djacoco.skip=true -DskipTests
   
   jacoco-coverage-report-sonarcloud:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/shardingsphere')
+    if: (github.repository == 'apache/shardingsphere')
     name: Coverage - SonarCloud
     runs-on: ubuntu-latest
     timeout-minutes: 40
@@ -105,7 +105,7 @@ jobs:
         run: ./mvnw -B sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.projectKey=apache_shardingsphere -Dsonar.coverage.jacoco.xmlReportPaths=report/target/site/jacoco-aggregate/jacoco.xml -Dmaven.javadoc.skip=true -Drat.skip=true
   
   checkstyle-report-sonarcloud:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/shardingsphere')
+    if: (github.repository == 'apache/shardingsphere')
     name: Checkstyle - SonarCloud
     runs-on: ubuntu-latest
     timeout-minutes: 30
@@ -136,7 +136,7 @@ jobs:
         run: ./mvnw -B sonar:sonar -Dsonar.projectKey=apache_shardingsphere -Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
   
   check-dead-links:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/shardingsphere')
+    if: (github.repository == 'apache/shardingsphere')
     name: Check - Dead Links
     runs-on: ubuntu-latest
     timeout-minutes: 20