Skip to content

Commit 38985b3

Browse files
committed
teset-as-if-no-pr
1 parent b2f46b8 commit 38985b3

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
4041
id: changed-po-files
4142
uses: tj-actions/changed-files@v40
4243
with:

0 commit comments

Comments
 (0)