Skip to content

Commit

Permalink
Run git pull before add&commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 10, 2024
1 parent eed50ba commit 4d0cc57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ jobs:
config_file: ${{ inputs.config_file }}
test_outputs_path: ${{ inputs.test_outputs_path }}
github_base_url: ${{ inputs.github_base_url }}
- name: Compress large _visited_properties.tsv
- name: Compress large _visited_properties.tsv and git pull
run: |
sudo find "${{ inputs.annotated_path }}" -size +10M -name _visited_properties.tsv \
-exec gzip \{\} \;
git pull
- name: Add & Commit
if: ${{ !endsWith(github.repository, '/bblock-template') && !inputs.skip-build }}
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 4d0cc57

Please sign in to comment.