Skip to content

Commit

Permalink
test: boolean directly
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent cc965b1 commit 04bfcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test-Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: "test-black-box ${{ inputs.oci-archive-name != '' && format('| {0}', inputs.oci-archive-name) || ' '}}"
needs: [configure-tests]
if: inputs.test-black-box == 'true'
if: inputs.test-black-box
steps:
- uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 04bfcbc

Please sign in to comment.