Skip to content

Commit

Permalink
github/workflows: Schedule the image features to run once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 2, 2024
1 parent 9771447 commit b7f12ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches: [ "main" ,"dev" ]
paths:
- 'crates/zune-image/**'
schedule:
- cron: '0 0 * * *'

jobs:
build:
Expand Down

0 comments on commit b7f12ac

Please sign in to comment.