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 26, 2024
1 parent 85f9eb8 commit 4f522cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
process_file:
needs: check_release
name: Download and test latest ChEBI release
if: env.DOWNLOAD_FILE == 'true'
if: ${{ env.DOWNLOAD_FILE == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Download data
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
needs: process_file
name: Post issue about updating data
runs-on: ubuntu-latest
if: env.DOWNLOAD_FILE == 'true'
if: ${{ env.DOWNLOAD_FILE == 'true' }}
permissions:
contents: read
issues: write
Expand All @@ -182,7 +182,7 @@ jobs:

post-issue-fail:
needs: process_file
if: env.FAILED == 'true'
if: ${{ env.FAILED == 'true' }}
name: Post issue about failed test
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 4f522cd

Please sign in to comment.