You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/04/28 08:00:42 UTC

[shardingsphere] branch master updated: Add empty job to fix error in #25391 (#25395)

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

sunnianjun 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 3e925085732 Add empty job to fix error in #25391 (#25395)
3e925085732 is described below

commit 3e9250857321ed35693a0279bdc2d1d6143dff29
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Fri Apr 28 16:00:33 2023 +0800

    Add empty job to fix error in #25391 (#25395)
---
 .github/workflows/check-checkstyle.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/check-checkstyle.yml b/.github/workflows/check-checkstyle.yml
index 93f7c77110e..b7d9df2ccff 100644
--- a/.github/workflows/check-checkstyle.yml
+++ b/.github/workflows/check-checkstyle.yml
@@ -50,6 +50,11 @@ env:
   REPOSITORY_NAME: shardingsphere
 
 jobs:
+  empty:
+    name: Check - CheckStyle and License
+    runs-on: ubuntu-latest
+    steps:
+      - run: echo 1
   check-checkstyle:
     name: Check - CheckStyle
     runs-on: ubuntu-latest