Skip to content

Commit

Permalink
Add Manual Trigger to Test Workflow
Browse files Browse the repository at this point in the history
Test workflow could not be run manually. This meant for older PRs before we had actions setup, maintainers could not manually trigger tests.
  • Loading branch information
j5awry authored Aug 18, 2021
1 parent 5f570e6 commit e1ab7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "*"
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1ab7e3

Please sign in to comment.