Skip to content

Commit

Permalink
feat: add cron to run update-og-images workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teleginzhenya committed Jul 26, 2024
1 parent dec006f commit ca5b882
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-og-images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Update og images

on: workflow_dispatch
on:
schedule:
# Runs at 00:05 AM UTC every day
- cron: '5 0 * * *'
workflow_dispatch:
jobs:
update_og_images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca5b882

Please sign in to comment.