diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 99b761f0f1a..683a886ddcf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 @@ -16,6 +15,8 @@ name: Publish Docker image # limitations under the License. # +name: Publish Docker image + on: push: branches: diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 146a7a59eaa..7f4300253a3 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -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 @@ -16,6 +15,8 @@ name: Greetings # limitations under the License. # +name: Greetings + # on: [pull_request, issues] on: issues diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 1eba7763bc1..fa70b317ea2 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -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 @@ -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: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 79b0df01e71..240914b22ea 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 @@ -16,6 +15,8 @@ name: CI # limitations under the License. # +name: CI + on: push: branches: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7a1b5adbc90..8d181f34820 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 @@ -16,6 +15,8 @@ name: Kyuubi Nightly # limitations under the License. # +name: Kyuubi Nightly + on: schedule: - cron: 0 4 * * * diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index d8e16191f44..b0811e952de 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -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 @@ -16,6 +15,8 @@ name: Publish Snapshot # limitations under the License. # +name: Publish Snapshot + on: schedule: - cron: '0 0 * * *' diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index d80e5704a31..8d995c8c14e 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -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 @@ -16,6 +15,8 @@ name: Style check # limitations under the License. # +name: Style check + # This GitHub workflow checks style & dependency issues. on: