Skip to content

Commit ea2c787

Browse files
Enable the PR CI job to be run manually (#215).
The PR workflow CI job sometimes gets stuck, and there's no way to manually trigger it so that it completes. This prevents PRs from being merged. This commit adjusts the conditions for the job to run so that it can be executed manually if needed.
1 parent 1f4f847 commit ea2c787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
pull_request:
34

45
jobs:

0 commit comments

Comments
 (0)