Skip to content

Commit b2f46b8

Browse files
committed
condition
1 parent e63de7c commit b2f46b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Calcula lista de archivos .po a revisar
4646
id: po-files-to-check
4747
env:
48-
PO_FILES_TO_CHECK: ${{ github.event_name != 'pull_request' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
48+
PO_FILES_TO_CHECK: ${{ steps.changed-po-files.conclusion == 'skipped' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
4949
run: |
5050
echo "po_files_to_check=$PO_FILES_TO_CHECK" >> $GITHUB_OUTPUT
5151
echo "any_po_files_to_check=`test -n \"$PO_FILES_TO_CHECK\" && echo true || echo false`" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)