diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index f0d35f9918a..3eb33a50e05 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1,6 +1,7 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 +--- name: Create Releases on: schedule: diff --git a/.github/workflows/release_linux_aarch64.yml b/.github/workflows/release_linux_aarch64.yml index 4ba17bb3915..99582ee781c 100644 --- a/.github/workflows/release_linux_aarch64.yml +++ b/.github/workflows/release_linux_aarch64.yml @@ -1,9 +1,8 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 - +--- name: LinuxRelease_aarch64 - on: # Specifies the event triggering the workflow workflow_call: # Indicates that this is a reusable workflow inputs: diff --git a/.github/workflows/release_linux_x86_64.yml b/.github/workflows/release_linux_x86_64.yml index 6a326dbdff8..83949461116 100644 --- a/.github/workflows/release_linux_x86_64.yml +++ b/.github/workflows/release_linux_x86_64.yml @@ -1,7 +1,7 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 - +--- name: LinuxRelease_x86_64 on: # Specifies the event triggering the workflow diff --git a/.github/workflows/release_mac.yml b/.github/workflows/release_mac.yml index 3b79125309b..b7cb0da9b8a 100644 --- a/.github/workflows/release_mac.yml +++ b/.github/workflows/release_mac.yml @@ -1,6 +1,7 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 +--- name: MacRelease diff --git a/.github/workflows/release_sourcedist.yml b/.github/workflows/release_sourcedist.yml index 0524c8d539c..63ccaecbbdb 100644 --- a/.github/workflows/release_sourcedist.yml +++ b/.github/workflows/release_sourcedist.yml @@ -1,6 +1,7 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 +--- name: sdistRelease diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index 59e617932e5..a3a4ba16efd 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -1,6 +1,7 @@ # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 +--- name: WindowsRelease