Skip to content

Commit

Permalink
minimize data snopshot payload
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcgee committed Sep 5, 2024
1 parent 5e520c7 commit 34a396a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
update-snapshot:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -34,4 +33,4 @@ jobs:
git config --global user.email '[email protected]'
git add public_data/snapshots/latest
git commit -m "Update public data snapshot" || exit 0
git push
git push

0 comments on commit 34a396a

Please sign in to comment.