mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Add worfklow_dispatch trigger
This change allows us to trigger integration tests manually.
This commit is contained in:
parent
9291d9c304
commit
c7859ca9c6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integration_test.yaml
vendored
1
.github/workflows/integration_test.yaml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: integration tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * SUN' # run every Sunday at midnight
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue