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

[skywalking-go] branch missing-ci created (now c81f24a)

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

liuhan pushed a change to branch missing-ci
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


      at c81f24a  Update missing CI

This branch includes the following new commits:

     new c81f24a  Update missing CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-go] 01/01: Update missing CI

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch missing-ci
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git

commit c81f24ae0d0539e5530761cdb23c5f41ec8ebb50
Author: Mrproliu <74...@qq.com>
AuthorDate: Wed Apr 12 12:07:19 2023 +0800

    Update missing CI
---
 .github/workflows/skywalking-go.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.github/workflows/skywalking-go.yaml b/.github/workflows/skywalking-go.yaml
new file mode 100644
index 0000000..134fe38
--- /dev/null
+++ b/.github/workflows/skywalking-go.yaml
@@ -0,0 +1,30 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+name: CI
+
+on:
+  pull_request:
+
+jobs:
+  required:
+    if: always()
+    name: Required
+    runs-on: ubuntu-latest
+    timeout-minutes: 10
+    steps:
+      - name: Merge Requirement
+        run: echo "success"
\ No newline at end of file