Skip to content

Commit

Permalink
Add the ability for us to manually trigger GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 12, 2023
1 parent a23c0e9 commit 1c1e4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
schedule:
- cron: 0 0 * * 0
workflow_dispatch:

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Verify Templating
on:
pull_request:
push:
workflow_dispatch:

defaults:
run:
Expand Down

0 comments on commit 1c1e4ff

Please sign in to comment.