Skip to content

Commit

Permalink
ci: Allow no conda-lock updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 8, 2024
1 parent 6809587 commit 0d2321b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
shell: bash -l {0}

- name: Commit & push changes
id: commit-and-push
run: |
git config user.email "[email protected]"
git config user.name "nf-core-bot"
Expand All @@ -78,4 +79,9 @@ jobs:
git commit -m "[automated] autogenerated conda-lock file"
git push
- name: If no conda-lock update
if: steps.commit-and-push.outcome == 'failure'
run: |
echo "No conda-lock update"
# TODO Build containers with Wave

0 comments on commit 0d2321b

Please sign in to comment.