Skip to content

Commit

Permalink
Run integration test periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Feb 25, 2024
1 parent 37492e5 commit 7a278e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- master
pull_request:
types: [ labeled, opened, synchronize, reopened ]
schedule:
# Run integration tests every other week to get notified on incompatible pi-gen changes
- cron: '0 0 1,15 * *'

env:
MOUNT_DIR: /mnt
Expand Down

0 comments on commit 7a278e4

Please sign in to comment.