Skip to content

Commit

Permalink
Fixed cron trigger (#6707)
Browse files Browse the repository at this point in the history
Added manual dispatch of build
  • Loading branch information
Tbaile committed Oct 12, 2022
1 parent c6d8c4a commit c3d1ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Trigger docs build
on:
push:
schedule:
- "0 0 * * 1"
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
trigger:
name: Trigger webhook
Expand Down

0 comments on commit c3d1ecc

Please sign in to comment.