Skip to content

Commit

Permalink
Allow to run this workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 16, 2021
1 parent e4d743b commit a7e970f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
schedule:
- cron: '0 1 * * 0' # run once a week on Sunday
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit a7e970f

Please sign in to comment.