Skip to content

Commit 2e67116

Browse files
committed
test as if in branch
1 parent f911c14 commit 2e67116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
pospell --version
3737
powrap --version
3838
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
39-
if: github.event_name == 'pull_request'
39+
#if: github.event_name == 'pull_request'
40+
if: false #github.event_name == 'pull_request'
4041
id: changed-po-files
4142
uses: tj-actions/changed-files@v40
4243
with:

0 commit comments

Comments
 (0)