Skip to content

Commit

Permalink
add workflow dispatch trigger to ci (#8455)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored May 2, 2024
2 parents 7934084 + 6580914 commit 63bc4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
schedule:
# Weekly Monday 9AM build
- cron: "0 9 * * 1"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 63bc4b0

Please sign in to comment.