Skip to content

Commit

Permalink
ci: 👷 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Burling committed Jul 14, 2022
1 parent 9cb81b9 commit ad8e740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
always() &&
(needs.get_tag.result == 'success') &&
(needs.generate_datajoint-workflow.result == 'success') &&
(needs.generate_basic-package.result == 'success') &&
(needs.generate_basic-package.result == 'success')
steps:
- name: Checkout Repository
Expand Down

0 comments on commit ad8e740

Please sign in to comment.