Skip to content

Commit

Permalink
ci: populate caches when tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Feb 27, 2025
1 parent ff1174f commit e30b5fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/inference_cache_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
# Schedule the workflow to run every day at midnight UTC
- cron: '0 0 * * *'
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/inference_cache_stable_diffusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
# Schedule the workflow to run every Saturday at midnight UTC
- cron: '0 0 * * 6'
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit e30b5fa

Please sign in to comment.