Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 7, 2024
1 parent 857b97c commit bad285c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:

build-timeout: ${{ steps.build.outputs.timeout }}
build-failed: ${{ steps.build.outputs.failed }}
if: | ${{
if: >-
needs.compute-test-configs.outputs.test-build == 'true' &&
matrix.enabled == 'true' }}
matrix.enabled == 'true'
steps:
- name: Download Artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
Expand Down

0 comments on commit bad285c

Please sign in to comment.