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 f911c14 commit 2e67116Copy full SHA for 2e67116
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 #github.event_name == 'pull_request'
41
id: changed-po-files
42
uses: tj-actions/changed-files@v40
43
with:
0 commit comments