Skip to content

Commit

Permalink
Merge pull request #35132 from dimagi/dm/workflow-dispatch
Browse files Browse the repository at this point in the history
Allow manual workflow trigger
  • Loading branch information
millerdev authored Sep 17, 2024
2 parents 0698b3d + 8605ad6 commit 58e2d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
schedule:
# see corehq/apps/hqadmin/management/commands/static_analysis.py
- cron: '47 12 * * *'
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 58e2d01

Please sign in to comment.