Skip to content

Commit

Permalink
Merge pull request #97 from jcs-PR/feat/dispatch
Browse files Browse the repository at this point in the history
feat: Add workflow_dispatch
  • Loading branch information
Mic92 committed Sep 22, 2024
2 parents 9e4f851 + 827ed2b commit 3517387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
# TIP: Choose a random time here so not all repositories are build at once:
# https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new
- cron: '51 2 * * *'
workflow_dispatch:
jobs:
tests:
strategy:
Expand Down

0 comments on commit 3517387

Please sign in to comment.