Skip to content

Commit

Permalink
Update chebi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Jan 30, 2024
1 parent 1d4c0d2 commit a462b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
RELEASE_NUMBER: ${{ needs.check_new_release.outputs.RELEASE_NUMBER }}
runs-on: ubuntu-latest
if: needs.check_new_release.outputs.NEW_RELEASE
if: needs.check_new_release.outputs.NEW_RELEASE == true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a462b27

Please sign in to comment.