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"