Skip to content

Commit

Permalink
And upload commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 20, 2024
1 parent b167a8a commit 7659874
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
(cd dask; git rev-parse HEAD;
cd ../distributed; git rev-parse HEAD) | tee commit-hashes.txt
# - name: Upload commit hashes
# uses: actions/upload-artifact@v4
# with:
# name: commit-hashes.txt
# path: commit-hashes.txt
- name: Upload commit hashes
uses: actions/upload-artifact@v4
with:
name: commit-hashes.txt
path: commit-hashes.txt
- name: Get last run id
id: get_last_id
run: |
Expand Down

0 comments on commit 7659874

Please sign in to comment.