Skip to content

Commit

Permalink
ci: Make nightly action triggerable
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Jan 18, 2023
1 parent 6aa4940 commit 4c4e64c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Nightly
on:
schedule:
- cron: '0 0 * * *'

workflow_dispatch:

jobs:
publish-nightly:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c4e64c

Please sign in to comment.