Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfec3525

Browse files
committed
Do not check cpython dir for changed files in CI
1 parente4b4671 commitfec3525

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)

[8]ページ先頭

©2009-2025 Movatter.jp