Skip to content

Commit

Permalink
Run nightly on schedule and push on main now that release deploys web…
Browse files Browse the repository at this point in the history
…page (#21)
  • Loading branch information
jorgensd authored May 8, 2024
1 parent eedfb2d commit c5db35c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Test package against nightly image

on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * *"

env:
DEB_PYTHON_INSTALL_LAYOUT: deb_system
Expand Down

0 comments on commit c5db35c

Please sign in to comment.