From 9bee161905edba59df7ecace2179715984c4dc3c Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 31 Oct 2023 00:09:08 +0100 Subject: [PATCH] add no-op for empty workflows to avoid failure reports --- .github/workflows/conda_bundle.yaml | 14 +++++++++++++- .github/workflows/trigger_conda_raw.yaml | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda_bundle.yaml b/.github/workflows/conda_bundle.yaml index 8d1c8b69c..d53434196 100644 --- a/.github/workflows/conda_bundle.yaml +++ b/.github/workflows/conda_bundle.yaml @@ -1 +1,13 @@ - +# SPDX-FileCopyrightText: 2023 geisserml +# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause + +# TODO + +name: Conda bundled +on: + workflow_dispatch: + +jobs: + pass: + - name: Pass (TODO) + run: echo "TODO" diff --git a/.github/workflows/trigger_conda_raw.yaml b/.github/workflows/trigger_conda_raw.yaml index 8d1c8b69c..e98c7f8de 100644 --- a/.github/workflows/trigger_conda_raw.yaml +++ b/.github/workflows/trigger_conda_raw.yaml @@ -1 +1,13 @@ - +# SPDX-FileCopyrightText: 2023 geisserml +# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause + +# TODO + +name: Trigger conda_raw release +on: + workflow_dispatch: + +jobs: + pass: + - name: Pass (TODO) + run: echo "TODO"