Skip to content

Commit

Permalink
add no-op for empty workflows to avoid failure reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 80451ca commit 9bee161
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/conda_bundle.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

# SPDX-FileCopyrightText: 2023 geisserml <[email protected]>
# 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"
14 changes: 13 additions & 1 deletion .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

# SPDX-FileCopyrightText: 2023 geisserml <[email protected]>
# 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"

0 comments on commit 9bee161

Please sign in to comment.