Skip to content

Commit

Permalink
add comment to update_stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings authored Oct 11, 2024
1 parent be76411 commit 340bc16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update cache files
name: Update cache branch

# on: push
on:
Expand Down Expand Up @@ -34,6 +34,8 @@ jobs:
pip install setuptools --upgrade
pip install .
# 10/11/2024: skipping cache save/restore as the cache isn't being properly restored,
# and this only takes a few minutes to run
# cache key syntax: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#using-contexts-to-create-cache-keys
# - name: Restore cached files
# id: cache-files-restore
Expand Down

0 comments on commit 340bc16

Please sign in to comment.