Skip to content

Commit 5a5537d

Browse files
committed
Make it more general for other teal.* packages
1 parent 76cfbf0 commit 5a5537d

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
@@ -515,7 +515,7 @@ jobs:
515515
key: additional-caches-${{ runner.os }}
516516

517517
- name: Check only affected modules 🎯
518-
if: startsWith(${{ github.event.repository.name }}, 'teal.modules.') && github.event_name == 'pull_request'
518+
if: startsWith(${{ github.event.repository.name }}, 'teal.') && github.event_name == 'pull_request'
519519
run: |
520520
# Set working directory where the git repo is
521521
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}

0 commit comments

Comments
 (0)