Skip to content

Commit

Permalink
try to fix no-op jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 5620a24 commit 9b6669a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ on:

jobs:
pass:
runs-on: ubuntu-latest
- name: Pass (TODO)
run: echo "TODO"
1 change: 1 addition & 0 deletions .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ on:

jobs:
pass:
runs-on: ubuntu-latest
- name: Pass (TODO)
run: echo "TODO"

0 comments on commit 9b6669a

Please sign in to comment.