Skip to content

Commit

Permalink
[ci] Run test workflow nightly, enable manual trigger (#629)
Browse files Browse the repository at this point in the history
At least for now I think it can be useful to trigger the test pipeline
automatically to spot any problems. I also propose to
add `workflow_dispatch` which allows us to manually trigger a run via
the GitHub UI without having to push a commit.
  • Loading branch information
fjosw committed Aug 23, 2024
1 parent e88afef commit c9acadc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master
workflow_dispatch:
schedule:
- cron: '0 4 * * *'

env:
PIP_DISABLE_PIP_VERSION_CHECK: '1'
Expand Down

0 comments on commit c9acadc

Please sign in to comment.