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 486a771 commit f0ecc4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
build-timeout: ${{ steps.build.outputs.timeout }}
build-failed: ${{ steps.build.outputs.failed }}
if: >-
needs.compute-test-configs.outputs.test-build == 'true' &&
matrix.enabled == 'true'
needs.compute-test-configs.outputs.test-build == 'true'
steps:
- name: Download Artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
Expand Down

0 comments on commit f0ecc4b

Please sign in to comment.