Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 7, 2024
1 parent a99fae8 commit d515083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -119,7 +119,7 @@ jobs:
- name: Setup Windows
uses: llvm/actions/setup-windows@main
if: runner.os == "Windows"
if: ${{ runner.os == "Windows" }}
with:
arch: amd64

Expand Down

0 comments on commit d515083

Please sign in to comment.