Skip to content

Commit

Permalink
Allow manually running the nightly action.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 20, 2021
1 parent 1089848 commit 9883c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
# Once weekly on Wednesdays at 02:00 UTC.
schedule:
- cron: '0 2 * * 3'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 9883c4e

Please sign in to comment.