Skip to content

Commit

Permalink
ci(workflows): [typescript-canary] run workflow daily
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 9, 2023
1 parent 1768fa1 commit ef9594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
name: typescript-canary
on:
schedule:
# every monday, 3 hours after typescript@next release
# every day, 3 hours after typescript@next release
# https://github.com/microsoft/TypeScript/blob/v4.9.4/.github/workflows/nightly.yaml
- cron: '0 10 * * 1'
- cron: 0 10 * * *
workflow_dispatch:
permissions:
packages: read
Expand Down

0 comments on commit ef9594e

Please sign in to comment.