Skip to content

Commit

Permalink
Fix archive_all make command in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Sep 25, 2024
1 parent ea95397 commit 98c2330
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
run: |
make archive
make archive_all
- name: Run full ETL
if: ${{ success() }}
Expand All @@ -68,10 +68,6 @@ jobs:
run: |
make test
- name: Pretent to run the ETL
run: |
echo "Pretend to run the ETL"
- name: Write settings.yaml
id: write_settings
if: ${{ success() }}
Expand Down

0 comments on commit 98c2330

Please sign in to comment.