Skip to content

Commit

Permalink
No
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent eaed363 commit 77b7689
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
id: get_last_id
run: |
pip install requests
python utils/get.py >> $GITHUB_OUTPUT
python utils/get.py | tee $GITHUB_OUTPUT
- name: Download last run commit hashes
needs: get_last_id
if: ${{ fromJSON(job.get_last_id.HAS_RUN_ID) }}
continue-on-error: true
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 77b7689

Please sign in to comment.