Skip to content

Commit

Permalink
Flip conditional for use current run id
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 5, 2024
1 parent 2f62c7f commit 0c3e477
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ jobs:

- name: Use current run id for conda package download
shell: bash -l {0}
# TODO(LM): Change to true
if: env.RUN_BUILD_JOB == 'false'
if: env.RUN_BUILD_JOB == 'true'
run: echo "RUN_ID=${{ github.run_id }}" >> $GITHUB_ENV

# https://github.com/actions/download-artifact?tab=readme-ov-file#usage
Expand Down

0 comments on commit 0c3e477

Please sign in to comment.