Skip to content

Commit cd1922d

Browse files
committed
Use logical/boolean instead of text
1 parent ab60d1c commit cd1922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ jobs:
521521
key: additional-caches-${{ runner.os }}
522522

523523
- name: Check only affected modules 🎯
524-
if: inputs.fast-tests == 'true' && github.event_name == 'pull_request'
524+
if: inputs.fast-tests == true && github.event_name == 'pull_request'
525525
run: |
526526
# Set working directory where the git repo is
527527
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}

0 commit comments

Comments
 (0)