Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Feb 22, 2022
1 parent 8c3cba9 commit d8d347b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Publish Docker image
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: Publish Docker image
# limitations under the License.
#

name: Publish Docker image

on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Greetings
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: Greetings
# limitations under the License.
#

name: Greetings

# on: [pull_request, issues]
on: issues

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: License check
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: License check
# limitations under the License.
#

name: License check

# This GitHub workflow checks Apache License v2.0 Header is added if needed

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: CI
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: CI
# limitations under the License.
#

name: CI

on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Kyuubi Nightly
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: Kyuubi Nightly
# limitations under the License.
#

name: Kyuubi Nightly

on:
schedule:
- cron: 0 4 * * *
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Publish Snapshot
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: Publish Snapshot
# limitations under the License.
#

name: Publish Snapshot

on:
schedule:
- cron: '0 0 * * *'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Style check
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -16,6 +15,8 @@ name: Style check
# limitations under the License.
#

name: Style check

# This GitHub workflow checks style & dependency issues.

on:
Expand Down

0 comments on commit d8d347b

Please sign in to comment.