Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow contributors to manually run tests on their GitHub forks
Makes it easier to debug CI issues without creating a PR
  • Loading branch information
AlexWaygood authored Mar 6, 2023
commit 55b969db8a5191ebe807ed1ede9c515e7b6bf47a
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
schedule:
# Midnight UTC:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:

Expand Down