Skip to content

Commit

Permalink
ci: allow to dispatch job manually
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Oct 30, 2024
1 parent cfd617f commit 09c4587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- "docs/**"
- "*.md"

workflow_dispatch:

jobs:
test:
# We want to run on external PRs, but not on our own internal PRs as they'll be run
Expand Down

0 comments on commit 09c4587

Please sign in to comment.