Skip to content

Commit fec3525

Browse files
committed
Do not check cpython dir for changed files in CI
1 parent e4b4671 commit fec3525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Get list with updated .po archives (PR-only)
4444
if: github.event_name == 'pull_request'
4545
id: changed-po-files
46-
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
46+
uses: tj-actions/changed-files@eaf854ef0c266753e1abec356dcf17d92695b251 # v44.5.3
4747
with:
48-
files: |
49-
**/*.po
48+
files: "**/*.po"
49+
exclude_submodules: true
5050
- name: Create list with .po files to check
5151
id: po-files-to-check
5252
env:

0 commit comments

Comments
 (0)