Skip to content

Commit

Permalink
M .github/workflows/cache-deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Nov 30, 2021
1 parent eac6ace commit 948e3ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
schedule:
# Try to save snapshot every day at 3:45 UTC (~21:45 in California)
- cron: "45 3 * * *"
# 2021-11-30: TODO: This ensures build inside PR, before merge - remove this.
pull_request:
branches:
- '**'

jobs:
pre_job:
Expand Down

0 comments on commit 948e3ff

Please sign in to comment.