Skip to content

Commit

Permalink
build-test-recipe.yml: add cron to test every midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Oct 22, 2024
1 parent e9f2784 commit bb0fee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-recipe.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-test-recipe
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
jobs:
changed:
Expand Down

0 comments on commit bb0fee0

Please sign in to comment.