Skip to content

Commit f71d0b9

Browse files
committed
test
1 parent 03e99ce commit f71d0b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-prs-need-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
contents: read
55

66
on:
7+
workflow_dispatch:
78
schedule:
89
# * is a special character in YAML so you have to quote this string
910
# Run once an hour
@@ -16,7 +17,7 @@ jobs:
1617
# May change labels and add a comment.
1718
pull-requests: write
1819
if: >-
19-
(github.repository == 'llvm/llvm-project')
20+
(github.repository == 'DavidSpickett/llvm-project')
2021
steps:
2122
- name: Checkout Automation Script
2223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)