Skip to content

Commit

Permalink
yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fehlner <[email protected]>
  • Loading branch information
andife committed Aug 29, 2024
1 parent 58086ea commit 1635c6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
---
name: Create Releases
on:
schedule:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_linux_aarch64.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_linux_x86_64.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
---

name: MacRelease

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_sourcedist.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
---

name: sdistRelease

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
---

name: WindowsRelease

Expand Down

0 comments on commit 1635c6c

Please sign in to comment.