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 e63de7c commit b2f46b8Copy full SHA for b2f46b8
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Calcula lista de archivos .po a revisar
46
id: po-files-to-check
47
env:
48
- PO_FILES_TO_CHECK: ${{ github.event_name != 'pull_request' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
+ PO_FILES_TO_CHECK: ${{ steps.changed-po-files.conclusion == 'skipped' && '**/*.po' || steps.changed-po-files.outputs.all_changed_files }}
49
run: |
50
echo "po_files_to_check=$PO_FILES_TO_CHECK" >> $GITHUB_OUTPUT
51
echo "any_po_files_to_check=`test -n \"$PO_FILES_TO_CHECK\" && echo true || echo false`" >> $GITHUB_OUTPUT
0 commit comments