We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f46b8 commit 38985b3Copy full SHA for 38985b3
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,8 @@ jobs:
36
# pospell --version
37
# powrap --version
38
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
39
- if: github.event_name == 'pull_request'
+ #if: github.event_name == 'pull_request'
40
+ if: false
41
id: changed-po-files
42
uses: tj-actions/changed-files@v40
43
with:
0 commit comments