Skip to content

Commit

Permalink
fix: commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 24, 2024
1 parent 8010bbe commit e874990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update example gallery # Updates examples twice a month
name: Update example gallery # Updates examples once a month

on:
workflow_dispatch:
schedule:
- cron: '0 4 8,22 * *' # Updates will happen every 8th/22nd of the month
- cron: '0 0 15 * *' # At 12:00 AM, on day 15 of the month

jobs:
check_gallery:
Expand Down

0 comments on commit e874990

Please sign in to comment.