Skip to content

Commit a27ebdf

Browse files
committed
Run target always not only on pull_requests
1 parent cd1922d commit a27ebdf

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
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)